vänligen ställ in Config efter redis-klienten redo att servera kommandon
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});
vänligen ställ in Config efter redis-klienten redo att servera kommandon
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});