2012-03-07 |
antirez | Refuse writes if can't persist on disk. |
blob | commitdiff | raw |
2012-03-07 |
antirez | Better MONITOR output, now includes client ip:port... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | TIME command. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
antirez | Better implementation for BRPOP/BLPOP in the non blocki... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | Better system for additional commands replication. |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | Added a new API to replicate an additional command... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | propagate() prototype added to redis.h |
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-06 |
antirez | freeMemoryIfNeeded() minor refactoring |
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 | 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 limits: configuration of parameter... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
antirez | asyncCloseClientOnOutputBufferLimitReached() now ignore... |
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-20 |
antirez | added support to dump registers on crash on Linux x64 |
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-17 |
antirez | Introduced three client limit classes: normal, slave... |
blob | commitdiff | raw | diff to current |
2012-01-17 |
antirez | Track the length of the client pending output buffers... |
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 |
2011-12-31 |
antirez | Protections against protocol desyncs, leading to infini... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
antirez | Protocol and I/O related defines moved into a separated... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
antirez | A few no longer used defines removed from redis.h |
blob | commitdiff | raw | diff to current |
2011-12-30 |
antirez | Fixed replication when multiple slaves are attaching... |
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-21 |
antirez | server.appendonly -> server.aof_state, and many comment... |
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-13 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-12-13 |
antirez | Lists AOF rewrite using variadic RPUSH (work in progress) |
blob | commitdiff | raw | diff to current |
2011-12-01 |
antirez | Support for command line configuration options for... |
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 | minor refactoring to networking.c adding a separated... |
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 |
Salvatore Sanfilippo | Merge pull request #199 from jerem/patch-1 |
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-18 |
Salvatore Sanfilippo | Merge pull request #173 from jasondavies/typo |
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-11 |
antirez | set default client timeout to zero inside redis.h as... |
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 | Initial support for key expire times with millisecond... |
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 | Merge branch 'unstable' into ttlres |
blob | commitdiff | raw | diff to current |
2011-11-08 |
antirez | hiredis/redis changes for speed with big payloads:... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
antirez | Added a define to set the size threshold to enable... |
blob | commitdiff | raw | diff to current |
2011-11-02 |
antirez | I/O buffer length enlarged |
blob | commitdiff | raw | diff to current |
2011-10-31 |
antirez | removed the vmpointer structure that is no longer user... |
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 | If a Lua script executes for more time than the max... |
blob | commitdiff | raw | diff to current |
2011-10-25 |
antirez | Lau scripts default max execution time set to 5 seconds. |
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-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-07 |
antirez | Redis Cluster: process node to node CLUSTERMSG_TYPE_PUB... |
blob | commitdiff | raw | diff to current |
2011-10-07 |
antirez | propagate PUBLISH messages using the redis cluster... |
blob | commitdiff | raw | diff to current |
2011-10-05 |
Salvatore Sanfilippo | Merge pull request #118 from dvirsky/unstable |
blob | commitdiff | raw | diff to current |
2011-10-04 |
antirez | redisAssertWithClientInfo() is now redisAssertWithInfo... |
blob | commitdiff | raw | diff to current |
2011-10-04 |
antirez | Introduced a redisAssert() variant that is able to... |
blob | commitdiff | raw | diff to current |
2011-09-27 |
antirez | Return errors if a write command is called inside a... |
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-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 | fixed flushAppendOnlyFile() function prototype to refle... |
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 |
Salvatore Sanfilippo | Merge pull request #77 from Poincare/patch-1 |
blob | commitdiff | raw | diff to current |
next |