summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.19.2.8.19antirez2014-12-161-1/+1
* 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
* | SORT: Don't sort Set elements if not needed.antirez2014-12-111-1/+3
* | Fix zero-ordering SORT when called against listsMatt Stancliff2014-12-111-9/+6
* | 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
* | 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
* | 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
* | Redis 2.8.18.2.8.18antirez2014-12-041-1/+1
* | 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
* | 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
* | 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
* | Avoid valgrind memory leak false positive in processInlineBuffer().antirez2014-11-251-2/+4
* | Fix non-linux builds error introduced with THP checks.antirez2014-11-142-2/+2
* | Lua: Add bitopMatt Stancliff2014-11-141-0/+2
* | 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/+22
* | Disconnect timedout slave: regression introduced with diskless repl.antirez2014-11-111-2/+3
* | redis-cli: ignore SIGPIPE network errorsMatt Stancliff2014-10-301-1/+4
* | Fix DEBUG POPULATE warning for lack of casting.antirez2014-10-291-1/+1
* | DEBUG POPULATE two args form implemented.antirez2014-10-291-2/+4
* | redis-cli: add missing newline in error message.antirez2014-10-291-1/+1
* | Diskless replication: missing listRewind() added.antirez2014-10-291-1/+5
* | Log slave ip:port in more log messages.antirez2014-10-291-6/+11
* | Use new slave name function for diskless repl reporting.antirez2014-10-291-4/+4
* | Added a function to get slave name for logs.antirez2014-10-293-15/+29
* | Diskless replication: log BGSAVE delay only when it is non-zero.antirez2014-10-291-1/+2
* | Diskless sync delay is now configurable.antirez2014-10-294-3/+17
* | Remove duplicated log message about starting BGSAVE.antirez2014-10-291-1/+0