RedisJSON add TTL on specific Value in JSON Object
Hey working with redisJSON NodeJS package npm Redis 4.3.1 Key (userID):(Country) with values Json Example data = { "info": { "name":"test", "email": "test@test,test" }, "suppliers": { "s1": 1, "s2": 22 }, "suppliersCap": { "s1": 0, "s2": 10 } } redis.json.set('22:AU',…