summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1017 from jbergstroem/build-improvementsSalvatore Sanfilippo2013-04-021-39/+45
|\
| * 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
| * Spaces to tabsJohan Bergström2013-03-161-12/+12
| * Slightly refactor CFLAGS/LDFLAGS/LIBSJohan Bergström2013-03-161-8/+12
* | Support for case unsensitive SET options.charsyam2013-03-291-4/+8
* | Extended SET command implemented (issue #931).antirez2013-03-282-9/+59
* | EXPIRE should not resurrect keys. Issue #1026.antirez2013-03-281-3/+3
* | Better DEBUG error message when num of arguments is wrong.antirez2013-03-281-1/+1
* | DEBUG set-active-expire added.antirez2013-03-273-3/+11
* | 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
* | | redis-cli --stat, stolen from redis-tools.antirez2013-03-221-0/+180
* | | redis-trib: All output wrapped by a specific function.antirez2013-03-221-46/+45
* | | redis-trib: fix open slot correction.antirez2013-03-221-2/+1
* | | redis-trib: added cluster_error method to add errors.antirez2013-03-221-5/+11
* | | redis-trib: fixed ClusterNode migrating/importing slots detection.antirez2013-03-221-2/+2
* | | redis-trib: added some more output for check.antirez2013-03-221-1/+3
* | | redis-trib: fixed type has_flags? -> has_flag.antirez2013-03-221-1/+1
* | | redis-trib: ignore slaves when resharding.antirez2013-03-211-4/+6
* | | redis-trib: fix conditional otherwise always true.antirez2013-03-211-1/+1
* | | Cluster: move slotToKeyFlush() to emptyDb().antirez2013-03-211-1/+1
* | | redis-trib: initial support to fix "open" slots.antirez2013-03-211-2/+57
* | | redis-trib: load info about importing/migrating slots from node.antirez2013-03-211-1/+9
* | | Cluster: comment no longer in sync with code removed.antirez2013-03-211-4/+1
* | | Cluster: clear the PROMOTED slave directly into clusterSetMaster().antirez2013-03-201-1/+3
* | | Cluster: master node must clear its hash slots when turning into a slave.antirez2013-03-201-1/+4
* | | Cluster: new flag PROMOTED introduced.antirez2013-03-202-3/+13
* | | Cluster: add sender flags in cluster bus messages header.antirez2013-03-202-1/+3
* | | Cluster: turn old master into a replica of node that failed over.antirez2013-03-201-2/+19
* | | Cluster: node replication role change handle improved.antirez2013-03-191-15/+14
* | | Cluster: new command CLUSTER FLUSHSLOTS.antirez2013-03-191-0/+10
* | | redis-trib: don't load cluster config from nodes in FAIL state.antirez2013-03-191-1/+3
| |/ |/|
* | Cluster: when failing over claim master slots.antirez2013-03-151-1/+16
* | Version incremented to 2.9.8 after major cluster progresses.antirez2013-03-151-1/+1