2011-12-21 |
antirez | server.replstate -> server.repl_state |
blob | commitdiff | raw |
2011-12-21 |
antirez | some RDB server struct fields renamed. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | more AOF server struct fields renamed. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | AOF fileds in the global server state, and define names... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | AOF refactoring, now with three states: ON, OFF, WAIT_R... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-12-15 |
antirez | AOF fixes in the context of replicaiton (when AOF is... |
blob | commitdiff | raw | diff to current |
2011-12-15 |
antirez | Max limit to 10k clients removed, this implements featu... |
blob | commitdiff | raw | diff to current |
2011-12-14 |
antirez | List connected slaves with ip,port,state information... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
antirez | usage information updated to reflect the new way to... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
antirez | Even when loglevel is warning the server should log... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
antirez | Support for command line configuration options for... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
antirez | -h is now alias for --help when running redis-server. |
blob | commitdiff | raw | diff to current |
2011-12-01 |
antirez | I like when main() is the last function in the file. |
blob | commitdiff | raw | diff to current |
2011-11-30 |
antirez | default log level is now notice. |
blob | commitdiff | raw | diff to current |
2011-11-28 |
antirez | two new AOF related INFO fields that can be interesting... |
blob | commitdiff | raw | diff to current |
2011-11-25 |
Salvatore Sanfilippo | Merge pull request #208 from jbergstroem/jemalloc-2.2.5 |
blob | commitdiff | raw | diff to current |
2011-11-25 |
Salvatore Sanfilippo | Merge pull request #209 from woowenjie/unstable |
blob | commitdiff | raw | diff to current |
2011-11-24 |
antirez | better bug report info on crash |
blob | commitdiff | raw | diff to current |
2011-11-24 |
antirez | last executed command in CLIENT LIST output. |
blob | commitdiff | raw | diff to current |
2011-11-23 |
antirez | new counter in INFO output: rejected_connections with... |
blob | commitdiff | raw | diff to current |
2011-11-22 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-11-22 |
antirez | More fixes in the Redis command table, to make sure... |
blob | commitdiff | raw | diff to current |
2011-11-22 |
Salvatore Sanfilippo | Merge pull request #199 from jerem/patch-1 |
blob | commitdiff | raw | diff to current |
2011-11-22 |
antirez | Fixed command table for SETEX and PSETEX causing the... |
blob | commitdiff | raw | diff to current |
2011-11-22 |
antirez | comment describing the Redis command table enhanced |
blob | commitdiff | raw | diff to current |
2011-11-21 |
antirez | Close client connection and log the event when the... |
blob | commitdiff | raw | diff to current |
2011-11-21 |
antirez | Fixed a comment typo in the command table. |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Salvatore Sanfilippo | Merge pull request #173 from jasondavies/typo |
blob | commitdiff | raw | diff to current |
2011-11-18 |
antirez | prevent (more) commands from Lua scripts |
blob | commitdiff | raw | diff to current |
2011-11-18 |
antirez | New script timeout semantics and SCRIPT KILL implemente... |
blob | commitdiff | raw | diff to current |
2011-11-16 |
Salvatore Sanfilippo | Merge pull request #192 from pietern/makefile |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Salvatore Sanfilippo | Merge pull request #181 from redsquirrel/unstable |
blob | commitdiff | raw | diff to current |
2011-11-15 |
antirez | HINCRBYFLOAT implemented |
blob | commitdiff | raw | diff to current |
2011-11-14 |
antirez | Merge branch 'unstable' into incrbyfloat |
blob | commitdiff | raw | diff to current |
2011-11-12 |
antirez | INCRBYFLOAT implementation |
blob | commitdiff | raw | diff to current |
2011-11-12 |
antirez | Fixed issues with expire introduced with latest millise... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
antirez | high resolution expires API modified to use separated... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
antirez | TTL, EXPIRE and EXPIREAT now support the milliseconds... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
antirez | added mstime() to get UNIX time in milliseconds. |
blob | commitdiff | raw | diff to current |
2011-11-08 |
antirez | dict.c API names modified to be more coincise and consi... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Salvatore Sanfilippo | Merge pull request #170 from bnoordhuis/fix-sunos-build |
blob | commitdiff | raw | diff to current |
2011-10-31 |
antirez | 1fe4cd5 |
blob | commitdiff | raw | diff to current |
2011-10-31 |
antirez | 7c6da73 |
blob | commitdiff | raw | diff to current |
2011-10-31 |
antirez | maxclients configuration is now implemented dealing... |
blob | commitdiff | raw | diff to current |
2011-10-27 |
antirez | use the more generic -BUSY error for idle scripts |
blob | commitdiff | raw | diff to current |
2011-10-27 |
antirez | If a Lua script executes for more time than the max... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
antirez | SCRIPT command for introspection and control of the... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
antirez | First implementation of the ASKING command. Semantics... |
blob | commitdiff | raw | diff to current |
2011-10-14 |
antirez | Exit with Fatal error at startup if the RDB file signat... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
antirez | Fix for issue #132. Now AUTH raises an error if no... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Salvatore Sanfilippo | Merge pull request #126 from florean/unstable |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Nathan Florea | Added a config directive for a Unix socket mask |
blob | commitdiff | raw | diff to current |
2011-10-10 |
antirez | Issue #131. stime/utime reported in INFO was inverted... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Nathan Florea | Unlink Unix socket file on shutdown |
blob | commitdiff | raw | diff to current |
2011-09-29 |
antirez | Fixed command table for RESTORE to make it accepting... |
blob | commitdiff | raw | diff to current |
2011-09-27 |
antirez | Deny commands flagged as REDIS_CMD_NOSCRIPT from Lua... |
blob | commitdiff | raw | diff to current |
2011-09-27 |
antirez | added the NOSCRIPT and RANDOM command flags |
blob | commitdiff | raw | diff to current |
2011-09-26 |
antirez | command table refactoring to make it simpler adding... |
blob | commitdiff | raw | diff to current |
2011-09-22 |
antirez | merge conflicts resolved |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Salvatore Sanfilippo | Merge pull request #97 from jvain/redis-cli |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Salvatore Sanfilippo | Merge pull request #72 from datafueled/spelling |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Salvatore Sanfilippo | Merge pull request #78 from vambo/patch-1 |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Salvatore Sanfilippo | Merge pull request #79 from annulen/mac_ppc |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Salvatore Sanfilippo | Merge pull request #74 from kmerenkov/issue_620 |
blob | commitdiff | raw | diff to current |
2011-09-20 |
antirez | Include port number in error when can't bind lisetning... |
blob | commitdiff | raw | diff to current |
2011-09-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-09-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-09-16 |
antirez | postpone the AOF fsync if policy is everysec and there... |
blob | commitdiff | raw | diff to current |
2011-09-14 |
antirez | enable zmalloc thread safety support now that we have... |
blob | commitdiff | raw | diff to current |
2011-09-14 |
Salvatore Sanfilippo | Merge pull request #77 from Poincare/patch-1 |
blob | commitdiff | raw | diff to current |
2011-09-14 |
antirez | Don't replicate/AOF SAVE |
blob | commitdiff | raw | diff to current |
2011-09-13 |
antirez | test background close operation removed |
blob | commitdiff | raw | diff to current |
2011-09-13 |
antirez | debug message removed |
blob | commitdiff | raw | diff to current |
2011-09-13 |
antirez | add background jobs initialization to Redis main init... |
blob | commitdiff | raw | diff to current |
2011-09-13 |
antirez | added a newline for code readability |
blob | commitdiff | raw | diff to current |
2011-09-01 |
Konstantin Tokarev | Fixed compilation on Mac/PPC |
blob | commitdiff | raw | diff to current |
2011-08-26 |
vambo | Corrected typo in documentation for R_Zero, R_PosInf... |
blob | commitdiff | raw | diff to current |
2011-08-09 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-08-09 |
antirez | Auto rewrite integer overflow fixed. Thanks to Gaurav... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
antirez | Close the listening sockets. Apparently this allows... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
antirez | prepareForShutdown() fixed for correctness regarding... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
antirez | Replicate EVALSHA as EVAL taking a dictionary of sha1... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
antirez | master branch merged into scripting. |
blob | commitdiff | raw | diff to current |
2011-07-08 |
antirez | Take a pointer to the relevant entry of the command... |
blob | commitdiff | raw | diff to current |
2011-07-02 |
antirez | childrens -> children in INFO output field names. This... |
blob | commitdiff | raw | diff to current |
2011-07-02 |
antirez | no more allocation stats info in INFO, useless now... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
antirez | First implementation of the slow log feature |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | unstable merge conflicts resolved |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | Merge remote branch 'origin/unstable' into unstable |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | diskstore removed |
blob | commitdiff | raw | diff to current |
2011-06-24 |
Salvatore Sanfilippo | Merge pull request #63 from djanowski/tcl |
blob | commitdiff | raw | diff to current |
2011-06-20 |
antirez | Fixed INFO implementation to use the new allocator... |
blob | commitdiff | raw | diff to current |
2011-06-17 |
antirez | new INFO filed master_link_down_since_seconds |
blob | commitdiff | raw | diff to current |
2011-06-14 |
antirez | Updated to unstable |
blob | commitdiff | raw | diff to current |
2011-06-14 |
Salvatore Sanfilippo | Merge pull request #58 from hampus/fix-autorewrite |
blob | commitdiff | raw | diff to current |
2011-06-12 |
Hampus Wessman | Fix automatic rewrite starting too early. |
blob | commitdiff | raw | diff to current |
2011-06-10 |
antirez | Make sure an automatic rewrite only gets triggered... |
blob | commitdiff | raw | diff to current |
2011-06-10 |
antirez | Added new INFO fields related to the new AOF auto rewri... |
blob | commitdiff | raw | diff to current |
next |