- Simple Dynamic String
- Redis Object
- Dict
- Zip list
- Quick list
- Skip list
- Integer Set
- DB and key expiration
- Command execution
- RDB & AOF
- Upgrade: Zip list to List pack
- Upgrade: robj to kvobj
Run the program
go run main.goIn another terminal, use the redis-cli to connect:
redis-cli -p 6336