skip to Main Content

Watch updates in redis graph

I've recently discovered that redis has a property graph model implementation called redis graph and it's amazing. One thing that I really miss for my use-case though, is the ability to "watch" the data. In typical redis data structures I…

VIEW QUESTION

Redis – Set Expiry time of hsetnx

How to Set expiry time of hsetnx (https://redis.io/commands/hsetnx/) to be 1 hour. Currently i don't see a param where i can set expiry time to it. const IoRedis = require("ioredis"); const redis = new IoRedis(); var message = { "jobdid":…

VIEW QUESTION
Back To Top
Search