1.1.2 • Published 9 months ago

vweb-rds v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago
  • redis 版本暂时不能升级 会导致express中的session 抛出his.client 已经关闭的错误 最高版本仅支持3.1.2

配置信息

RedisConfig
{
    /**
     * 存储空间 即存储key前缀
     */
    namespace: string;
    host: string;
    port: number;
    /**
     * Complete Redis URL (overrides host and port)
     */
    url: string;
    /**
     * Max clients alive in the connection pool at once. (default: 30)
     */
    max_clients: number;
    /**
     * Perform a series of redis checks, currently this checks to to see if blocking push/pops can be used. (default: false)
     */
    perform_checks: boolean;
    password: string;
    /**
     *  if you prefer a specific database number for this pool, you can specify that here (default: 0)
     */
    database: number;
    options: any;
}
1.1.2

9 months ago

1.1.0

11 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

1.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago