моля, задайте Config след Redis клиент готов да обслужва команди
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});
моля, задайте Config след Redis клиент готов да обслужва команди
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});