Commit Graph

16 Commits

Author SHA1 Message Date
bjr
2578cbfcef Add info command (#145)
* Generate a new runid for each start of godis

* Add info command

* Add info command

* Generate a new runid for each start of godis

* Add unittests for the info command

* Add info command

* Record the number of clients in the current Godis server

* Add info command
2023-03-29 08:12:53 +08:00
li
d77f08c140 ADD EXPIRETIME and EXPIRETIME command 2023-02-15 09:22:03 +08:00
Eriri
f327000d3a Feat:Add "copy" command
Add "copy" command,also fixes the out of range error of select when the number is negative.

Move execCopy to "keys.go" ,
Add test in "keys_test.go",
Add "copy.go" and "copy_test.go" file.
2022-06-26 15:45:09 +08:00
Eriri
f3274fd8c8 Feat: Add "GetEX" and "GetDel" Commands 2022-06-12 08:35:27 +08:00
Eriri
bde2c8ccbe Feat: Add HStrlen Command. 2022-06-04 14:44:58 +08:00
Eriri
951a844439 Feat:Add hrandfield Command. 2022-06-04 14:41:46 +08:00
Singularity0909
7059a123d1 feat: add SPOP command 2022-05-12 14:13:05 +08:00
hdt3213
37ef7d8a34 rename godis/redis/reply to godis/redis/protocol 2022-04-10 08:35:51 +08:00
hdt3213
38001a2d18 go lint 2021-11-08 23:24:43 +08:00
hdt3213
ae25076689 support watch command 2021-06-20 16:37:10 +08:00
hdt3213
5d05e2e613 support multi commands transaction in cluster mode 2021-06-20 10:19:32 +08:00
hdt3213
67c385ee4a support multi transaction 2021-06-15 01:03:13 +08:00
hdt3213
66172721c5 refine code 2021-05-09 23:08:32 +08:00
hdt3213
f1ab47bd83 add unittest for cluster 2021-05-04 20:51:55 +08:00
hdt3213
9f3ac88b36 add some unittests and bug fix 2021-05-02 18:48:44 +08:00
hdt3213
f29298cc68 refactor project structure 2021-05-02 14:54:42 +08:00