summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regression test for issue #2175.issue_2175antirez2014-12-031-0/+10
* Handle infinite explicitly in createStringObjectFromLongLong().antirez2014-12-031-8/+20
* Use exp format and more precision output for ZSCAN.antirez2014-12-025-15/+21
* Over 80 chars comment trimmed in pfcountCommand().antirez2014-12-021-1/+1
* Mark PFCOUNT as read-only, even if not true.antirez2014-12-021-1/+1
* Mark diskless replication as experimental in redis.conf.antirez2014-12-021-0/+4
* Test: wait for actual startup in start_server.antirez2014-11-281-0/+6
* Test: try to cleanup still running Redis instances on exit.antirez2014-11-282-9/+27
* Test framework: exit on timeout with report.antirez2014-11-281-18/+35
* Cluster PUBLISH message: fix totlen count.antirez2014-11-282-3/+7
* redis-benchmark: default num of requests is now 100000.antirez2014-11-281-2/+2
* Merge pull request #2169 from razzle/unstableSalvatore Sanfilippo2014-11-281-1/+1
|\
| * fix benchmark memleak in loop modeMatthias Petschick2014-11-281-1/+1
|/
* Fix DEBUG OBJECT lru field to report seconds.antirez2014-11-261-1/+1
* Document redis-cli --stat in --help output.antirez2014-11-251-0/+1
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2014-11-251-14/+32
|\
| * Merge pull request #2162 from mattsta/fix/lua/cmsgpack/64-bit-integers-on-32-...Salvatore Sanfilippo2014-11-241-14/+32
| |\
| | * Fix lua-cmsgpack 64 bit integer on 32 bit platformMatt Stancliff2014-11-241-14/+32
| |/
* | Avoid valgrind memory leak false positive in processInlineBuffer().antirez2014-11-251-2/+4
|/
* Attempt to prevent false positives in replication test.antirez2014-11-241-11/+15
* lua_cjson.c Lua includes: angled -> quoted.antirez2014-11-141-2/+2
* Fix non-linux builds error introduced with THP checks.antirez2014-11-142-2/+2
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2014-11-144-1/+212
|\
| * Merge pull request #1662 from mattsta/lua-add-bitopsSalvatore Sanfilippo2014-11-144-1/+212
| |\
| | * Lua: Add bitopMatt Stancliff2014-10-094-1/+212
* | | Lua: add cmsgpack scripting testsMatt Stancliff2014-11-141-0/+52
* | | Lua: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305
* | | Lua: remove new warning added by cjson headerMatt Stancliff2014-11-141-1/+1
* | | Lua: Use Redis solaris compatability for cjson tooMatt Stancliff2014-11-141-0/+2
* | | Lua: Upgrade cjson to 2.1.0 (2012-03-01)Matt Stancliff2014-11-147-310/+675
* | | Lua: add cjson scripting testMatt Stancliff2014-11-141-0/+17
|/ /
* | THP detection for LATENCY DOCTOR.antirez2014-11-121-2/+13
* | Check THP support at startup and warn about it.antirez2014-11-122-2/+7
* | THP detection / reporting functions added.antirez2014-11-123-6/+45
* | Diskless SYNC: fix RDB EOF detection.antirez2014-11-113-4/+21
* | Disconnect timedout slave: regression introduced with diskless repl.antirez2014-11-111-2/+3
* | Merge pull request #2096 from mattsta/cluster-ipv6Salvatore Sanfilippo2014-10-312-6/+8
|\ \
| * | Parse cluster state file in IPv6 compatible wayMatt Stancliff2014-10-291-1/+1
| * | Fix redis-trib.rb IP:Port disassembly for IPv6Matt Stancliff2014-10-291-5/+7
* | | Merge pull request #2110 from mattsta/more-outbound-bind-fixesSalvatore Sanfilippo2014-10-312-3/+4
|\ \ \
| * | | Networking: add more outbound IP binding fixesMatt Stancliff2014-10-292-3/+4
| |/ /
* | | Merge pull request #2078 from mattsta/hiredis-sigpipeSalvatore Sanfilippo2014-10-301-1/+4
|\ \ \ | |/ / |/| |
| * | redis-cli: ignore SIGPIPE network errorsMatt Stancliff2014-10-291-1/+4
|/ /
* | Merge branch 'memsync' into unstableantirez2014-10-2914-198/+965
|\ \
| * | Diskless replication: missing listRewind() added.memsyncantirez2014-10-291-1/+5
| * | Log slave ip:port in more log messages.antirez2014-10-271-6/+11
| * | Use new slave name function for diskless repl reporting.antirez2014-10-271-4/+4
| * | Added a function to get slave name for logs.antirez2014-10-273-15/+29
| * | Diskless replication: log BGSAVE delay only when it is non-zero.antirez2014-10-271-1/+2
| * | Document repl-diskless-sync-delay in redis.conf.antirez2014-10-271-0/+12