jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Support TairHash commands

Open yangbodong22011 opened this issue 2 years ago • 3 comments

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 avatar Dec 15 '21 09:12 yangbodong22011

@yangbodong22011 Hey, That‘s a great support 👍 . But Jedis seems to be mainly supporting the redis official Module for now. WDYT? @sazzad16

dengliming avatar Feb 05 '22 18:02 dengliming

@dengliming I asked and got neither positive nor negative response.

sazzad16 avatar Feb 06 '22 05:02 sazzad16

Apparently, the current plan is to support Redis Stack commands in Jedis. And, TairHash is not part of RS.

sazzad16 avatar Oct 12 '22 08:10 sazzad16