stel Config in nadat de redis-client klaar is om opdrachten uit te voeren
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});
stel Config in nadat de redis-client klaar is om opdrachten uit te voeren
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});