zkteco-home / RedisJson

The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type
32 stars 7 forks source link

Request Version Up to 2.6.0 #6

Closed cardosakv closed 7 months ago

cardosakv commented 10 months ago

Thank you for this! I can now use RedisJSON on Windows 🤓 But, is it possible to version up to 2.6.0? Need to use JSON.MERGE but it's not available in 2.4.0 ☹️

zkteco-home commented 10 months ago

2.6.8 commited

cardosakv commented 7 months ago

Thank you so much!