summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.19.2.8.19antirez2014-12-162-1/+31
* Don't log admin commands in MONITOR.antirez2014-12-131-1/+1
* List of commands flagged as admin commands modified.antirez2014-12-131-6/+6
* Merge pull request #2092 from rhoml/rhoml-install-sentinelSalvatore Sanfilippo2014-12-121-0/+1
|\
| * Add symlink to redis-sentinel during make installRhommel Lamas2014-12-121-0/+1
* | Lua cmsgpack lib updated to latest version.antirez2014-12-121-26/+27
* | SORT: Don't sort Set elements if not needed.antirez2014-12-111-1/+3
* | Fix zero-ordering SORT when called against listsMatt Stancliff2014-12-112-9/+24
* | Update redis_init_script.tplBen Dowling2014-12-111-2/+3
* | FIXED redis-benchmark's idle mode.With idle mode shouldn't create write eventzhanghailei2014-12-111-3/+8
* | zipmap.c: update comments aboveSun He2014-12-091-3/+2
* | replaced // comments #2150Deepak Verma2014-12-091-2/+2
* | redis-benchmark AUTH command to be discarded after the first send #2150azure provisioned user2014-12-091-28/+30
* | sds.c: Correct two spelling mistakes in commentsSun He2014-12-091-2/+2
* | sds.c/sdscatvprintf: set va_end to finish va_list cpySun He2014-12-091-1/+1
* | sds.c: Correct some commentsSun He2014-12-091-4/+4
* | Update whatisdoing.shSerghei Iakovlev2014-12-091-1/+1
* | Include stropts only if __sun is defined.antirez2014-12-091-0/+2
* | Fix implicit declaration of ioctl on SolarisJan-Erik Rediger2014-12-091-0/+1
* | Silence _BSD_SOURCE warnings in glibc 2.20 and forwardJohan Bergström2014-12-091-0/+1
* | Mark whatisdoing.sh as deprecated in top-comment.antirez2014-12-091-0/+6
* | getting pid fixesSerghei Iakovlev2014-12-091-1/+1
* | sparkline.c: AddSample skip Empty labelSun He2014-12-091-1/+1
* | sparkline.c: mov label-ini into the AddSample FunctionSun He2014-12-092-4/+3
* | Only ignore sigpipe in interactive modeJan-Erik Rediger2014-12-091-2/+3
* | Simplify lua_cmsgpack macro and fix build on old Linux distros.antirez2014-12-051-7/+1
* | Redis 2.8.18.2.8.18antirez2014-12-042-1/+31
* | Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.antirez2014-12-042-0/+19
* | Network bandwidth tracking + refactoring.antirez2014-12-034-24/+63
* | Don't show the ASCII logo if syslog is enabled.antirez2014-12-031-9/+21
* | Regression test for issue #2175.antirez2014-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-035-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
* | redis-benchmark: default num of requests is now 100000.antirez2014-11-281-2/+2
* | fix benchmark memleak in loop modeMatthias Petschick2014-11-281-1/+1
* | Document redis-cli --stat in --help output.antirez2014-11-251-0/+1
* | Fix lua-cmsgpack 64 bit integer on 32 bit platformMatt Stancliff2014-11-251-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
* | scripting.tcl tests order fixed to match unstable branch.antirez2014-11-141-19/+19
* | 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
* | Lua: add cmsgpack scripting testsMatt Stancliff2014-11-141-0/+52
* | Lua: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305