Redis client API compatible, transparent pooling support.
Support snowflake k-sortable unique id and serial number. Inspired by [intenthq/icicle](https://github.com/intenthq/icicle)
* 内置通用数据库连接,避免常见的数据库初始和引用的循环依赖错误问题 * 满足快速启动项目需要数据库的业务需求 * 统一路由入口的开发模式(按经验更好理解和管理) * 也可自定义路由
> #### For Gitlab viewers : > Before your following steps to add this package as a npm depedency,you should set local npm registry first. > > ```bash > npm set registry http://npm.decobim.com > npm adduser --registry http://npm.decobim.com > ```
Use a hashring to manage distributing load to multiple redis clients
redised provides a single module `Redised` that when included in your class provides a self.redis= and self.redis methods. It also has the ability to load the urls from a YAML config file
Redisent is a wrapper for the Redis client that fetches configuration details from sentinels.
Act as as_json for active record model or as a jsonize using the cacheable redisize