2012-03-25 |
antirez | New INFO field aof_delayed_fsync introduced. |
blob | commitdiff | raw |
2012-03-24 |
antirez | Add used allocator in redis-server -v output. |
blob | commitdiff | raw | diff to current |
2012-03-22 |
antirez | Correctly create shared.oomerr as an sds string. |
blob | commitdiff | raw | diff to current |
2012-03-22 |
antirez | DEBUG should not be flagged as w otherwise we can not... |
blob | commitdiff | raw | diff to current |
2012-03-22 |
antirez | Support for read-only slaves. Semantical fixes. |
blob | commitdiff | raw | diff to current |
2012-03-19 |
antirez | Merge remote-tracking branch 'origin/2.6' into 2.6 |
blob | commitdiff | raw | diff to current |
2012-03-19 |
antirez | Read-only flag removed from PUBLISH command. |
blob | commitdiff | raw | diff to current |
2012-03-18 |
antirez | More memory tests implemented. Default number of iterat... |
blob | commitdiff | raw | diff to current |
2012-03-18 |
antirez | Number of iteration of --test-memory is now 300 (severa... |
blob | commitdiff | raw | diff to current |
2012-03-18 |
antirez | First implementation of --test-memory. Still a work... |
blob | commitdiff | raw | diff to current |
2012-03-15 |
antirez | Fix for issue #391. |
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-14 |
antirez | Call all the helper functions needed by clientsCron... |
blob | commitdiff | raw | diff to current |
2012-03-13 |
antirez | Process async client checks like client timeouts and... |
blob | commitdiff | raw | diff to current |
2012-03-10 |
antirez | Redis 2.6 branch obtained from unstable removing all... |
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-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 | 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 |
2012-01-03 |
Pieter Noordhuis | Encode small hashes with a ziplist |
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 |
next |