mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
- Protocol changes as discussed in the Redis group
|
|
- keys expire
|
|
- sunion ssub
|
|
- write integers in a special way on disk (and on memory?)
|
|
- compact types for disk storing of short strings (no 4 bytes overhead!)
|
|
- network layer stresser in test in demo
|
|
- maxclients directive
|
|
- check 'server.dirty' everywere
|
|
- replication automated tests
|