nastavte Config poté, co je klient redis připraven k poskytování příkazů
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});
nastavte Config poté, co je klient redis připraven k poskytování příkazů
const redisClient = this.cacheConnection;
redisClient.on("ready", function(err) {
if(!err) redisClient.config("SET", "notify-keyspace-events", "Ex");
});