mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
13 lines
528 B
Plaintext
13 lines
528 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
|
|
- a command, or an external tool, to perform the MD5SUM of the whole dataset, so that if the dataset between two servers is identical, so will be the MD5SUM
|
|
|
|
* Include Lua and Perl bindings
|