2012-02-28 |
antirez | Better system for additional commands replication. |
blob | commitdiff | raw |
2012-02-28 |
antirez | Added a new API to replicate an additional command... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | Added command propagation API. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Salvatore Sanfilippo | Merge pull request #304 from bradvoth/unstable |
blob | commitdiff | raw | diff to current |
2012-02-16 |
antirez | Merge branch 'issue327' into unstable |
blob | commitdiff | raw | diff to current |
2012-02-07 |
antirez | debugging messages removed from freeMemoryIfNeeded() |
blob | commitdiff | raw | diff to current |
2012-02-07 |
antirez | Fixes to c->reply_bytes computation, and debug messages... |
blob | commitdiff | raw | diff to current |
2012-02-06 |
antirez | freeMemoryIfNeeded() minor refactoring |
blob | commitdiff | raw | diff to current |
2012-02-06 |
antirez | Also remove size of AOF buffers from used memory when... |
blob | commitdiff | raw | diff to current |
2012-02-04 |
antirez | This fixes issue #327, is a very complex fix (unfortuna... |
blob | commitdiff | raw | diff to current |
2012-02-04 |
antirez | Use less memory when emitting the protocol, by using... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
antirez | Now Lua scripts dispatch Redis commands properly callin... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
antirez | Set a 3.5 GB maxmemory limit with noeviction policy... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
antirez | Added a server.arch_bits field instead of computing... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
antirez | SORT is now more deterministic: does not accept to... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
antirez | Order output of commands returning random arrays using... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
antirez | 64 bit instances are no longer limited to have at max... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-24 |
antirez | client-output-buffer-limit documented in redis.conf |
blob | commitdiff | raw | diff to current |
2012-01-23 |
antirez | actually call the function to async free clients in... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
antirez | Implementation of the internals that make possible... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-21 |
antirez | typo in comment fixed |
blob | commitdiff | raw | diff to current |
2012-01-21 |
antirez | Fix for hash table collision attack. We simply randomiz... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
antirez | all the stack trace related functions are now in debug... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Salvatore Sanfilippo | Merge pull request #279 from kashif/patch-1 |
blob | commitdiff | raw | diff to current |
2012-01-12 |
antirez | On crash print information about the current client... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
antirez | show GCC version in INFO output. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | server.replstate -> server.repl_state |
blob | commitdiff | raw | diff to current |
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 |
next |