zio-redis
zio-redis copied to clipboard
Improve 'SET' command
Summary:
- Separate
Update
(XX
,NX
,LT
,GT
) toUpdate
(XX
,NX
) andUpdateByScore
(LT
,GT
) - Removed
setEx
,setNx
, andpSetEx
commands because they were deprecated since version2.6.12
- Merge
KeepTtl
and durations becauseSET
command can't take bothexpireAt
andkeepTtl
- Merge
getEx
commands into one - Adapted tests