ledisdb v0.6 Release Notes
Release Date: 2017-11-28 // about 7 years ago-
There are lots of changes since v0.5, Thanks again for all of you.
Previous changes from v0.5
-
๐ It takes a long time to release this version 0.5, with lots of changes and work for cluster.
Cluster
๐ You can use xcodis + redis-failover + LedisDB to build up a distributed high availability key-value store, see here.
โ Added Feature
- ๐ Support large db index, you can change the databases configuration.
- โ Add
xlsort
,xssort
andxzsort
command. - โ Add
xscan
,xhscan
,xsscan
andxzscan
command. - โ Add
append
,bitcount
,bitpos
,bitop
,getbit
,getrange
,setbit
,setrange
,strlen
commands in KV type, - โ Add
xdump
andrestore
command. - ๐ Support
XSELECT db THEN command
to let select db and do command at same time.
โ Removed Feature
- Transaction, it's not used and I haven't heard any other people use it too. At the same time, this feature causes code ugly and not maintainable.
- โ Remove bitmap data structure, supply bit operations in KV type.
- โ Remove some unnecessary scan commands.