redis-json
redis-json copied to clipboard
A wrapper library to store JSON Objects in redis-hashsets and retrieve it back as JSON objects
Dumb question but what is the expire value based on ? minutes ?
Unable to use if running on Redis 4+ as HMSET is removed in version 4. Any plans for upgrading?
Hi, We are using ioredis 5.0.4 which already returns Promise for all the operations.. So if we use redis-json to get/set JSON from Redis, it prints the following message to...
This doesn't seem to support redis clusters. Would you be able to add support for clusters?