2012-04-18 |
antirez | Two small fixes to maxclients handling. |
blob | commitdiff | raw |
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-13 |
antirez | Print arch bits with redis-server -v |
blob | commitdiff | raw | diff to current |
2012-04-10 |
antirez | Check write(2) return value to avoid warnings, because... |
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-08 |
antirez | For coverage testing use exit() instead of _exit()... |
blob | commitdiff | raw | diff to current |
2012-04-06 |
antirez | New INFO field in persistence section: bgrewriteaof_sch... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Premysl Hruby | allocate alternate signal stack, change of sigaction... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
antirez | Structure field controlling the INFO field master_link_... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
antirez | New "os" field in INFO output providing information... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
antirez | SLAVEOF is not a write command. |
blob | commitdiff | raw | diff to current |
2012-04-04 |
antirez | Print milliseconds of the current second in log lines... |
blob | commitdiff | raw | diff to current |
2012-04-03 |
antirez | When the user-provided 'maxclients' value is too big... |
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-28 |
antirez | Fixes for redisLogFromHandler(). |
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 | Redis software watchdog. |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Premysl Hruby | use server.unixtime instead of time(NULL) where possibl... |
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 | 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 |
next |