Unclaimed project
Are you a maintainer of zedis? Claim this project to take control of your public changelog and roadmap.
Pre-built binaries are available for Linux, macOS, and Windows.
chmod +x zedis-*./zedis-0.0.8-<platform>sha256sum -c SHA256SUMS
# Start the server (default: 127.0.0.1:6379)
./zedis-<platform>
# Connect using redis-cli
redis-cli -h 127.0.0.1 -p 6379
# Try some commands
SET mykey "Hello, Zedis!"
GET mykey