Indstil venligst Config efter Redis klient klar til at betjene kommandoer
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});
Indstil venligst Config efter Redis klient klar til at betjene kommandoer
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});