Warning
This is a work in progress, it is not ready for production use yet.
You can simply pull our docker image
docker pull ghcr.io/lassejlv/keyra:latestor running it
docker run -d -e REDIS_PASSWORD=bob123 ghcr.io/lassejlv/keyra:latest- Core Commands: SET, GET, DEL, TYPE, TTL, PING, EXPIRE, EXPIREAT, AUTH
- Persistence: Binary storage with automatic save/load on startup and shutdown
- TTL Support: Full time-to-live functionality with automatic key expiration
- Manual Saves: SAVE (synchronous) and BGSAVE (background) commands
- Authentication: Password protection with AUTH command support
- Thread-Safe: Concurrent client connections with proper mutex protection
