Nedyalko Dyakov
41b4985a57
fix add missing command in interface ( #3344 )
2025-08-11 01:42:45 +03:00
ofekshenawa
732a7b618c
Support new hash commands: HGETDEL, HGETEX, HSETEX ( #3305 )
2025-08-11 01:42:45 +03:00
fengyun.rui
57704a3616
feat: add hstrlen command for hash ( #2843 )
...
* feat: add hstrlen command for hash
Signed-off-by: rfyiamcool <rfyiamcool@163.com >
* feat: add hstrlen command for hash
Signed-off-by: rfyiamcool <rfyiamcool@163.com >
---------
Signed-off-by: rfyiamcool <rfyiamcool@163.com >
Co-authored-by: Nedyalko Dyakov <nedyalko.dyakov@gmail.com >
2025-08-11 01:42:45 +03:00
ZhuHaiCheng
b83216f26a
chore: fix some comments ( #3226 )
...
Signed-off-by: zhuhaicity <zhuhai@52it.net >
Co-authored-by: Nedyalko Dyakov <nedyalko.dyakov@gmail.com >
2025-08-11 01:42:45 +03:00
tzongw
8f4d4f700c
Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration ( #3038 )
...
* Support Hash-field expiration commands in Pipeline
* Fix HExpire & HExpireWithArgs expiration
* Fix HExpire & HPExpire Testcase
* Update commands_test.go
---------
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com >
Co-authored-by: Monkey <golang@88.com >
2025-08-11 01:39:45 +03:00
Gabriel Erzse
f7411e0f14
Support NOVALUES parameter for HSCAN ( #2925 )
...
* Support NOVALUES parameter for HSCAN
Issue #2919
The NOVALUES parameter instructs HSCAN to only return the hash keys,
without values.
* Update hash_commands.go
---------
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com >
2025-08-11 01:39:45 +03:00
ofekshenawa
8409fa54e2
Support Hash-field expiration commands ( #2991 )
...
* Add HExpire command
* Add HPExpire, HexpireAt, HPExpireAt, HTTL, HPTTL, HPersist,HExpireTime, HPExpireTIme, HGetF, HSetF commands
* add docstring
* add tests and fix commands
* modify commands
* api changes
* fix tests
* remove tests from RE
2025-08-11 01:39:45 +03:00
Chayim
6199a2af2c
Making command structs digestable ( #2716 )
...
* intial move
* adding stringcmdable
* moving module commands to align with other changes
---------
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com >
Co-authored-by: ofekshenawa <ofek.shenawa@redis.com >
2023-09-20 16:08:24 +03:00