redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.37k stars 960 forks source link

Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL #2857

Closed tishun closed 4 months ago

tishun commented 4 months ago

As part of https://github.com/redis/lettuce/issues/2834

Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL

Make sure that:

mp911de commented 4 months ago

Nit: Comments of HPERSIST contain {@List} of {@Long} instead of {@link List} of {@code long}.

tishun commented 4 months ago

Nit: Comments of HPERSIST contain {@List} of {@Long} instead of {@link List} of {@code long}.

Good catch, was meaning to change that, will address it along the other things we talked about