Implement common commands #9

Open
opened 2026-06-28 19:25:39 +02:00 by bitwise · 0 comments
Owner

Implement remaining common string commands

  • APPEND key value
  • STRLEN key
  • INCR key
  • INCRBY key amount
  • DECR key
  • DECRBY key amount
  • MGET key [key ...]
  • MSET key value [key value ...]
  • GETSET key value
  • SETNX key value
Implement remaining common string commands - [ ] APPEND key value - [ ] STRLEN key - [ ] INCR key - [ ] INCRBY key amount - [ ] DECR key - [ ] DECRBY key amount - [ ] MGET key [key ...] - [ ] MSET key value [key value ...] - [ ] GETSET key value - [ ] SETNX key value
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bitwise/Rustdis#9
No description provided.