@joker.server/redis
v1.0.4
Published
Joker 服务端 Redis 缓存方案插件
Readme
Joker Server Redis Cache
Joker Server Redis Cache Solution Plugin
How to Use
pnpm add @joker.server/redisSpecify the cache strategy during Server initialization
let redisCache = new RedisCache({
url: "your redis service address"
});
//Wait for the connection to be established
await redisCache.client.connect();
//Configure cache strategy, please refer to the Server help document for initCacheOption
initCacheOption(redisCache);