summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* redis-cli: raise error on bad command line switch.antirez2013-04-111-1/+9
* redis-cli: --latency-history mode implemented.antirez2013-04-111-21/+41
* Cluster: reconfigure additonal slaves on failover.antirez2013-04-091-0/+12
* Cluster: CONFIG SET cluster-node-timeout.antirez2013-04-091-0/+4
* Cluster: use server.cluster_node_timeout directly.antirez2013-04-092-8/+6
* Cluster: configdigest field no longer used. Removed.antirez2013-04-092-7/+2
* Cluster: properly send ping to nodes not pinged foro too much time.antirez2013-04-081-5/+5
* Test: remove useless statements and comments from test default config.antirez2013-04-041-324/+1
* Cluster: move REDIS_CLUSTER_FAILOVER_DELAY near other timing defines.antirez2013-04-041-1/+1
* Cluster: CONFIG GET cluster-node-timeout.antirez2013-04-041-0/+1
* Cluster: node timeout is now configurable.antirez2013-04-045-1/+14
* Cluster: turn hardcoded node timeout multiplicators into defines.antirez2013-04-042-6/+25
* Make rio.c comment 80-columns friendly.antirez2013-04-031-4/+5
* Throttle BGSAVE attempt on saving error.antirez2013-04-023-2/+14
* Version bumped to 2.9.9.antirez2013-04-021-1/+1
* Merge pull request #1017 from jbergstroem/build-improvementsSalvatore Sanfilippo2013-04-023-42/+48
|\
| * use `install` as default installer (except on SunOS)Johan Bergström2013-03-211-4/+5
| * Silence mkdir outputJohan Bergström2013-03-171-1/+1
| * Only pass -rdynamic as linker optionJohan Bergström2013-03-171-1/+0
| * Remove extra spacesJohan Bergström2013-03-171-16/+16
| * make check is a common naming convention for testsJohan Bergström2013-03-161-0/+2
| * Inherit CC for LuaJohan Bergström2013-03-161-1/+1
| * Spaces to tabsJohan Bergström2013-03-162-14/+14
| * Slightly refactor CFLAGS/LDFLAGS/LIBSJohan Bergström2013-03-161-8/+12
* | Support for case unsensitive SET options.charsyam2013-03-291-4/+8
* | Test: Extended SET tests.antirez2013-03-281-0/+42
* | Extended SET command implemented (issue #931).antirez2013-03-282-9/+59
* | EXPIRE should not resurrect keys. Issue #1026.antirez2013-03-281-3/+3
* | Test: regression test for issue #1026.antirez2013-03-281-0/+10
* | Better DEBUG error message when num of arguments is wrong.antirez2013-03-281-1/+1
* | Test: verify that lazy-expire works.antirez2013-03-281-0/+18
* | DEBUG set-active-expire added.antirez2013-03-273-3/+11
* | Test: test replication of MULTI/EXEC.antirez2013-03-271-0/+54
* | Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.antirez2013-03-271-1/+4
* | Test: new functions to capture and analyze the replication stream.antirez2013-03-271-0/+53
* | redis-trib: ClusterNode #info_string output modified.antirez2013-03-261-1/+4
* | Allow SELECT while loading the DB.antirez2013-03-261-1/+1
* | TTL / PTTL commands: two bugs fixed.antirez2013-03-261-3/+3
* | Flag PUBLISH as read-only in the command table.antirez2013-03-261-1/+1
* | Transactions: propagate MULTI/EXEC only when needed.antirez2013-03-261-10/+14
* | Transactions: use discardTransaction() in EXEC implementation.antirez2013-03-261-7/+2
* | Transactions: use the propagate() API to propagate MULTI.antirez2013-03-261-6/+5
* | Merge pull request #1003 from NanXiao/patch-3Salvatore Sanfilippo2013-03-251-1/+1
|\ \
| * | Update config.cNanXiao2013-03-141-1/+1
* | | Cluster: when slave changes master, remove it from the old master.antirez2013-03-251-0/+2
* | | redis-trib: wait cluster join after cluster creation.antirez2013-03-251-4/+23
* | | Cluster: set node role on successful handshake.antirez2013-03-251-0/+1
* | | redis-trib: Don't use colorization if TERM != xterm.antirez2013-03-251-0/+1
* | | redis-trib: initial output colorizationantirez2013-03-251-1/+17
* | | Test: obuf-limits test false positive removed.antirez2013-03-251-1/+1