summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cluster: make getNodeByQuery() responsible of -CLUSTERDOWN errors.antirez2016-05-052-18/+21
* Merge pull request #3039 from itamarhaber/patch-3Salvatore Sanfilippo2016-05-051-1/+1
|\
| * Fixes a typoItamar Haber2016-01-281-1/+1
* | Merge pull request #3077 from Palethorn/ipv6-redirect-parseSalvatore Sanfilippo2016-05-051-1/+1
|\ \
| * | Reverse redirect address parseDavid Cavar2016-02-091-1/+1
* | | Bind both IPv4 and IPv6 or exit with an error by default.antirez2016-05-051-8/+10
* | | Ensure slots are rechecked on EXEC.Chris Thunes2016-05-051-2/+7
* | | Merge pull request #3188 from therealbill/unstableSalvatore Sanfilippo2016-05-053-4/+4
|\ \ \
| * | | fix for #3187therealbill2016-04-223-4/+4
* | | | Merge pull request #3152 from be-hase/fix/check_open_slotsSalvatore Sanfilippo2016-05-051-6/+7
|\ \ \ \
| * | | | fix variableRyosuke Hasebe2016-03-301-5/+5
| * | | | fix check_open_slotsRyosuke Hasebe2016-03-301-1/+2
* | | | | Minor redis-cli wording change in --help output.antirez2016-05-041-1/+2
* | | | | Allow CONFIG GET during loading.antirez2016-05-042-1/+7
* | | | | Command "r" flag removed from commands not accessing the key space.antirez2016-05-041-35/+35
* | | | | DEBUG command self documentation.antirez2016-05-042-2/+49
* | | | | Merge pull request #3191 from oranagra/minor_fixSalvatore Sanfilippo2016-05-0413-38/+55
|\ \ \ \ \
| * | | | | various cleanups and minor fixesOran Agra2016-04-258-25/+23
| * | | | | dict.c minor optimizationOran Agra2016-04-251-4/+4
| * | | | | networking.c minor optimizationOran Agra2016-04-251-6/+5
| * | | | | add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanupOran Agra2016-04-252-2/+17
| * | | | | fix small issues in redis 3.2Oran Agra2016-04-252-1/+3
| * | | | | additional fix to issue #2948Oran Agra2016-04-251-0/+3
| | |/ / / | |/| | |
* | | | | Reply with error on negative geo radius.antirez2016-05-041-1/+4
* | | | | New masters with slots are now targets of migration if others are.antirez2016-05-021-1/+35
|/ / / /
* | | | Fix ZINCRBY return value.Damian Janowski2016-04-181-0/+2
* | | | ZREM refactored into proper API.antirez2016-04-152-49/+48
* | | | ZRANK refactored into proper API.antirez2016-04-152-50/+72
* | | | zsetAdd() API exposed into server.h.antirez2016-04-142-15/+16
* | | | ZADD refactored into a proper API.antirez2016-04-141-86/+182
* | | | redis-cli preferences and rc file support.antirez2016-04-131-17/+85
* | | | redis-cli help.h updated.antirez2016-04-131-8/+18
* | | | redis-cli hints.antirez2016-04-131-0/+53
* | | | ae.c: Fix delay until next timer event.antirez2016-04-041-9/+12
* | | | ae.c: comment to explain why we have a useless maxId check.antirez2016-04-041-1/+5
* | | | Fix ae.c to avoid timers infinite loop.antirez2016-04-044-30/+28
|/ / /
* | | BITFIELD: Farest bit set is offset+bits-1. Off by one error fixed.antirez2016-03-021-2/+4
* | | More BITFIELD fixes. Overflow conditional simplified.antirez2016-03-021-9/+8
* | | Merge pull request #3118 from sunheehnus/bitfield-fix-minor-bugSalvatore Sanfilippo2016-03-021-5/+8
|\ \ \
| * | | bitops/bitfield: fix length, overflow condition and *signSun He2016-03-021-5/+8
* | | | Fix INFO commandstats reporting when argv is rewritten.antirez2016-03-022-3/+3
|/ / /
* | | BITFIELD: refactoring & fix of retval on FAIL.antirez2016-02-291-8/+24
* | | BITFIELD: Fix #<index> form parsing.antirez2016-02-261-6/+4
* | | BITFIELD: Support #<index> offsets form.antirez2016-02-261-6/+23
* | | BITFIELD command initial implementation.antirez2016-02-263-32/+476
* | | Eliminates engineers near the equator & prime meridianItamar Haber2016-02-181-4/+4
* | | Fixes a typo in a commentItamar Haber2016-02-181-1/+1
* | | Adjusts accuracy for GEODISTItamar Haber2016-02-181-1/+1
* | | addReplyHumanLongDouble() API added.antirez2016-02-182-0/+10
* | | New options for GEORADIUS: STORE and STOREDIST.antirez2016-02-184-49/+116