Test with redis-cli #8

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

Verify everything works end to end

  • Run redis-cli -p 6379 ping
  • Run SET foo bar and GET foo
  • Run EXPIRE foo 5 and TTL foo
  • Run DEL foo and EXISTS foo
  • Make sure error responses look right for bad commands
Verify everything works end to end - [ ] Run redis-cli -p 6379 ping - [ ] Run SET foo bar and GET foo - [ ] Run EXPIRE foo 5 and TTL foo - [ ] Run DEL foo and EXISTS foo - [ ] Make sure error responses look right for bad commands
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#8
No description provided.