Operational Documentation
Welcome to the Swytch documentation. Select a topic from the menu to get started.
# Run Redis-compatible mode
./swytch redis --port 6379 --maxmemory 268435456
# Run with persistence
./swytch redis --persistent --db-path /data/redis.db
# Run Memcached-compatible mode
./swytch memcached -m 256 -p 11211