Use @redis/json for RedisJSON support
masterThe @redis/json package provides support for the RedisJSON module, allowing you to use JSON as a native data type in Redis.
Prerequisites:
- You must use this package in conjunction with
redisor@redis/client. - Your Redis server must have the RedisJSON module installed to use these commands.