Languages RedisJSON

RedisJSON clients in this list can be found here: https://oss.redislabs.com/redisjson/#client-libraries
Also, since RedisJSON is a Redis Module almost any client on the Redis clients list https://redis.io/clients can be used to work with RedisJSON.

Hello Ben,

You are correct, you can use any “core” client with RedisJSON.

Most clients allow let you send any command to Redis, so you can then use the module with it.

The RedisJSON clients are made to ease the development, and simplify the code.

Tell me which one you want to use and I will be more than happy to write a small code snippet.

Regards
Tug