2012-05-11 |
antirez | More incremental active expired keys collection process. |
blob | commitdiff | raw |
2012-05-04 |
Salvatore Sanfilippo | Merge pull request #494 from quiver/init-fixes |
blob | commitdiff | raw | diff to current |
2012-05-02 |
antirez | Use specific error if master is down and slave-serve... |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Salvatore Sanfilippo | Merge pull request #421 from ErikDubbelboer/sds-const |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Salvatore Sanfilippo | Merge pull request #461 from schlenk/unstable |
blob | commitdiff | raw | diff to current |
2012-04-21 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2012-04-21 |
antirez | Limit memory used by big SLOWLOG entries. |
blob | commitdiff | raw | diff to current |
2012-04-21 |
Salvatore Sanfilippo | Merge pull request #440 from ErikDubbelboer/spelling |
blob | commitdiff | raw | diff to current |
2012-04-21 |
Salvatore Sanfilippo | Merge pull request #414 from chobits/unstable |
blob | commitdiff | raw | diff to current |
2012-04-13 |
antirez | Merge branch 'strict.lua' into unstable |
blob | commitdiff | raw | diff to current |
2012-04-13 |
antirez | Stop access to global vars. Not configurable. |
blob | commitdiff | raw | diff to current |
2012-04-13 |
antirez | Scripting: globals protection can now be switched on... |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Salvatore Sanfilippo | Merge pull request #449 from ErikDubbelboer/unstable |
blob | commitdiff | raw | diff to current |
2012-04-10 |
antirez | It is now possible to enable/disable RDB checksum compu... |
blob | commitdiff | raw | diff to current |
2012-04-09 |
antirez | crc64.c modified for incremental computation. |
blob | commitdiff | raw | diff to current |
2012-04-07 |
antirez | For coverage testing use exit() instead of _exit()... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Salvatore Sanfilippo | Merge pull request #430 from anydot/f-testsuite |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Salvatore Sanfilippo | Merge pull request #426 from anydot/fix-rm-vm-comments |
blob | commitdiff | raw | diff to current |
2012-04-02 |
antirez | CRC64 implementation added to Redis code base. |
blob | commitdiff | raw | diff to current |
2012-04-02 |
Premysl Hruby | remove mentions of VM in comments |
blob | commitdiff | raw | diff to current |
2012-03-31 |
antirez | Better syncio.c with millisecond resolution. |
blob | commitdiff | raw | diff to current |
2012-03-30 |
Joseph Jang | Fixed a memory leak with replication |
blob | commitdiff | raw | diff to current |
2012-03-29 |
antirez | Fix for slaves chains. Force resync of slaves (simply... |
blob | commitdiff | raw | diff to current |
2012-03-28 |
antirez | Log from signal handlers is now safer. |
blob | commitdiff | raw | diff to current |
2012-03-28 |
antirez | Merge branch 'watchdog' into unstable |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Salvatore Sanfilippo | Merge pull request #389 from huangz1990/patch-1 |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Salvatore Sanfilippo | Merge pull request #407 from anydot/fixes |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Premysl Hruby | declare hashDictType as external too |
blob | commitdiff | raw | diff to current |
2012-03-27 |
antirez | Redis software watchdog. |
blob | commitdiff | raw | diff to current |
2012-03-25 |
antirez | New INFO field aof_delayed_fsync introduced. |
blob | commitdiff | raw | diff to current |
2012-03-24 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
antirez | Support for read-only slaves. Semantical fixes. |
blob | commitdiff | raw | diff to current |
2012-03-14 |
antirez | Reclaim space from the client querybuf if needed. |
blob | commitdiff | raw | diff to current |
2012-03-13 |
antirez | Client creation time in redisClient structure. New... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
antirez | Merge conflicts resolved. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
antirez | Instantaneous ops/sec figure in INFO output. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
antirez | run_id added to INFO output. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
antirez | clusterGetRandomName() generalized into getRandomHexCha... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | By default Redis refuses writes with an error if the... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | Refuse writes if can't persist on disk. |
blob | commitdiff | raw | diff to current |
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 |
2012-01-03 |
Pieter Noordhuis | Encode small hashes with a ziplist |
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 |
next |