jedis
jedis copied to clipboard
Support TairHash commands
This PR supports the commands of TairHash (A redis module, similar to redis hash, but you can set expiration and version for field).
Hash that supports field expiration has always been needed by Redis users. There have been many discussions on Redis Google Groups(this) and GitHub (https://github.com/redis/redis/issues/6620, https://github.com/redis/redis/issues/1042, https://github.com/redis/redis/issues/167).
Jedis4 already supports RediSearch
and RedisJSON
, hope more Modules can be supported.
Any comments or comments are welcome, thanks.
@yangbodong22011 Hey, That‘s a great support 👍 . But Jedis seems to be mainly supporting the redis official
Module for now. WDYT? @sazzad16
@dengliming I asked and got neither positive nor negative response.
Apparently, the current plan is to support Redis Stack commands in Jedis. And, TairHash is not part of RS.