Commit Graph

21 Commits

Author SHA1 Message Date
46f96fa8cf ... 2025-08-22 17:56:13 +02:00
56699b9abb Merge branch 'main' into append
* main:
  fixed test not running due to misaligned path
2025-08-22 17:24:12 +02:00
dd90a49615 sled backend 2025-08-22 17:20:44 +02:00
9054737e84 ... 2025-08-22 17:09:08 +02:00
09553f54c8 ... 2025-08-22 16:56:33 +02:00
Maxime Van Hees
58cb1e8d5e fixed test not running due to misaligned path 2025-08-22 16:54:43 +02:00
d3d92819cf ... 2025-08-22 16:26:04 +02:00
4fd48f8b0d ... 2025-08-22 16:16:26 +02:00
4bedf71c2d Update herodb/instructions/age_usage.md 2025-08-22 14:02:58 +00:00
Maxime Van Hees
3b9756a4e1 clean workspace: remove supervisor packe + add instructions about how AGE redis commands work 2025-08-22 14:21:16 +02:00
Maxime Van Hees
892e6e2b90 Implemented EXPIREAT and PEXPIREAT 2025-08-19 16:21:43 +02:00
Maxime Van Hees
b9a9f3e6d6 Implemented DBSIZE 2025-08-19 16:05:25 +02:00
Maxime Van Hees
463000c8f7 Implemented BRPOP and minimal COMMAND DOCS stub, and wired side-aware waiter delivery 2025-08-19 15:52:36 +02:00
Maxime Van Hees
a92c90e9cb implemented HINCRBY/HINCRBYFLOAT + fixed partial-frame handling bug causing sporadic protocol parsing errors when sending or receiving large bulk strings (AGE ciphertext/signature) (happend because TCP segmentation can split a single RESP frame; both client & server assumed a single read would contain the whole frame) 2025-08-19 15:36:07 +02:00
Maxime Van Hees
34808fc1c9 Implemented EXPIRE/PEXPIRE/PERSIST 2025-08-19 11:34:04 +02:00
Maxime Van Hees
b644bf873f implement MGET/MSET and variadic DEL/EXISTS 2025-08-19 11:16:00 +02:00
Maxime Van Hees
a306544a34 implement COMMAND 2025-08-18 16:21:49 +02:00
Maxime Van Hees
afa1033cd6 implement BLPOP 2025-08-18 16:13:46 +02:00
9177fa4091 ... 2025-08-18 12:30:20 +02:00
51ab90c4ad ... 2025-08-16 18:24:46 +02:00
30a09e6d53 ... 2025-08-16 13:58:40 +02:00