mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
TODO updated with 2.6 things
This commit is contained in:
parent
7feb90fa37
commit
f190705722
11
TODO
11
TODO
@ -17,6 +17,14 @@ API CHANGES
|
|||||||
the variable number of arguments represent values, and there is no conflict
|
the variable number of arguments represent values, and there is no conflict
|
||||||
with the return value of the command.
|
with the return value of the command.
|
||||||
|
|
||||||
|
2.6
|
||||||
|
===
|
||||||
|
|
||||||
|
* Everything under the "SCRIPTING" section.
|
||||||
|
* Float increments (INCRBYFLOAT).
|
||||||
|
* Fix BRPOPLPUSH + vararg LPUSH semantics.
|
||||||
|
* AOF everysec fsync in background (either the aof-bg branch or something else).
|
||||||
|
|
||||||
CLUSTER
|
CLUSTER
|
||||||
=======
|
=======
|
||||||
|
|
||||||
@ -34,7 +42,8 @@ SCRIPTING
|
|||||||
* MULTI/EXEC/...: should we do more than simply ignoring it?
|
* MULTI/EXEC/...: should we do more than simply ignoring it?
|
||||||
* Prevent Lua from calling itself with redis("eval",...)
|
* Prevent Lua from calling itself with redis("eval",...)
|
||||||
* SCRIPT FLUSH or alike to start a fresh interpreter?
|
* SCRIPT FLUSH or alike to start a fresh interpreter?
|
||||||
* http://redis.io/topics/sponsors
|
* Check better the replication handling.
|
||||||
|
* Prevent execution of writes if random commands are used.
|
||||||
|
|
||||||
APPEND ONLY FILE
|
APPEND ONLY FILE
|
||||||
================
|
================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user