Commit 6b9805a
committed
Added more commands for list and hash.
- Add extensive Redis command tests covering expiration, lists, hashes, and scanning.
- Implement hash commands (`hdel`, `hexists`, `hlen`, `hgetAll`, `hkeys`, `hvals`) and expiration-related APIs (`expireMs`, `persist`, `ttlMs`).
- Enhance data store with batch operations (`mget`, `mset`) and advanced list functions (`lindex`, `lset`).
- Preserve TTL during mutations and handle error cases for type mismatches consistently.1 parent 5649aa2 commit 6b9805a
4 files changed
Lines changed: 1444 additions & 85 deletions
File tree
- .zencoder/rules
- src
- main/kotlin/io/github/embeddedredis
- test/kotlin/io/github/embeddedredis
This file was deleted.
0 commit comments