Closed ShreyasTandale closed 3 years ago
Hi, Is there a way to specify a TTL for a key before I push to redis? I am pushing a list into REDIS something like this = redisClient.lpush(key, value)
This was simple. val _redisMasterClient = new RedisClient(redisMasterUrl, 6379) _redisMasterClient.expire(key, TTL)
Marking this closed.
Hi, Is there a way to specify a TTL for a key before I push to redis? I am pushing a list into REDIS something like this = redisClient.lpush(key, value)