v1.0.0
·
20 commits
to main
since this release
1.0.0 (2025-07-31)
Bug Fixes
- docker: fixed docker build and docker run (5e2a14f)
- set-command: changed nil response with proper NullBulk protocol return value (3eb8688)
Features
- cache-server: basic memory cache server, with SET-GET-KEYS-PING-DEL-EXISTS_FLUSHALL commands (b3b1762)
- cli: added server CLI (bf64f4a)
- expire: adding EXPIRE, TTL commands, changed SET command with optional EX options (ffe9ffe)
- server-conf: added host and port configuration for server (9d090c8)
- set-options: added NX and XX optional options to SET key command (af9c760)