- 08 Jul, 2011 1 commit
-
-
antirez authored
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
-
- 30 Jun, 2011 3 commits
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 20 Jun, 2011 2 commits
- 17 Jun, 2011 1 commit
-
-
antirez authored
-
- 10 Jun, 2011 1 commit
-
-
antirez authored
-
- 30 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 29 May, 2011 1 commit
-
-
antirez authored
INFO now contains the time (in usecs) needed to fork() in order to persist. The info is available in the stats section of INFO.
-
- 25 May, 2011 6 commits
-
-
antirez authored
All commands exported by Redis to Lua scripts are now inside the redis table. Implemented redis.log() function.
-
antirez authored
-
antirez authored
-
antirez authored
Correctly glue the reply buffer. For now returned as it is to Lua, but will be converted into Lua native type later.
-
antirez authored
Lua call of Redis command work in progress: sorry I have to go to the cinema to watch the Source Code movie
-
antirez authored
-
- 22 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 19 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 05 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 29 Apr, 2011 1 commit
-
-
antirez authored
-
- 28 Apr, 2011 1 commit
-
-
antirez authored
-
- 21 Apr, 2011 2 commits
- 13 Apr, 2011 1 commit
-
-
antirez authored
-
- 06 Apr, 2011 2 commits
- 01 Apr, 2011 1 commit
-
-
antirez authored
DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc()+memset() in sds.c when a new string is created with NULL initialization pointer.
-
- 30 Mar, 2011 1 commit
-
-
antirez authored
centralized cluster config file name. Assigned slots in CLUSTER NODES output and in cluster config file.
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 23 Mar, 2011 1 commit
-
-
antirez authored
-
- 14 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 11 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 10 Mar, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 09 Mar, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 08 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-