You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
When I use RawKVClientBase methods, such as void put(ByteString key, ByteString value, long ttl). The ttl param need time unit for better use
Describe alternatives you've considered:
I'll add a PR for this feature. Such as default void put(ByteString key, ByteString value, long duration, TimeUnit timeUnit)
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
When I use
RawKVClientBase
methods, such asvoid put(ByteString key, ByteString value, long ttl)
. The ttl param need time unit for better useDescribe alternatives you've considered:
I'll add a PR for this feature. Such as
default void put(ByteString key, ByteString value, long duration, TimeUnit timeUnit)
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: