summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.6.32.6.3antirez2012-11-062-1/+9
* fix a typo in redis.h line 595 commentRunzhen Wang2012-11-021-1/+1
* More robust handling of AOF rewrite child.antirez2012-11-011-1/+5
* Merge pull request #743 from Cofyc/fixtypoSalvatore Sanfilippo2012-11-012-10/+10
|\
| * fix typo in comments (redis.c, networking.c)Yecheng Fu2012-11-012-10/+10
* | Unix socket clients properly displayed in MONITOR and CLIENT LIST.antirez2012-11-013-8/+15
* | 32 bit build fixed on Linux.antirez2012-11-011-1/+1
|/
* fix a typo in a commentYAMAMOTO Takashi2012-10-311-1/+1
* Invert two sides of if expression in SET to avoid a lookup.antirez2012-10-311-1/+1
* No longer used macro rdbIsOpcode() removed.antirez2012-10-301-3/+0
* help.h update (adds bitop, bitcount, evalsha...)antirez2012-10-301-3/+28
* Redis 2.6.22.6.2antirez2012-10-262-1/+6
* Ctrl+w support in linenoise.antirez2012-10-261-20/+37
* Marginally more robust glibc version test for sync_file_range detection.antirez2012-10-261-1/+1
* patch config.h for sync_file_rangecharsyam2012-10-261-2/+3
* Redis 2.6.12.6.1antirez2012-10-252-1/+5
* Fix compilation on Linux kernels or glibc versions lacking sync_file_range().antirez2012-10-251-0/+13
* Update memory peak stats while loading RDB / AOF.antirez2012-10-241-0/+2
* Redis 2.6.02.6.0antirez2012-10-222-1/+10
* A filed called slave_read_only added in INFO output.antirez2012-10-221-1/+4
* Fix (cosmetic) typos in dict.hGreg Hurrell2012-10-221-4/+4
* redis-check-dump now understands dumps produced by Redis 2.6Schuster2012-10-221-7/+21
* Default memory limit for 32bit instanced moved from 3.5 GB to 3 GB.antirez2012-10-221-4/+4
* Differentiate SCRIPT KILL error replies.antirez2012-10-222-3/+3
* Update src/redis-benchmark.cNanXiao2012-10-181-1/+4
* Fix MULTI / EXEC rendering in MONITOR output.antirez2012-10-163-4/+20
* Merge remote-tracking branch 'origin/2.6' into 2.6antirez2012-10-1114-541/+267
|\
| * CONTRIBUTING file updated.antirez2012-10-061-3/+17
| * Redis 2.6.0 RC8 (2.5.14)2.6.0-rc8antirez2012-10-052-1/+13
| * Merge pull request #544 from dvirsky/2.6Salvatore Sanfilippo2012-10-052-502/+18
| |\
| | * fixed server install script to rewrite the default configuration file and not...dvir volk2012-06-082-502/+18
| * | Hash function switched to murmurhash2.antirez2012-10-052-13/+57
| * | Warn when configured maxmemory value seems odd.antirez2012-10-052-1/+11
| * | Include time.h in ae.c as we now use time().antirez2012-10-051-0/+1
| * | Force expire all timer events when system clock skew is detected.Jokea2012-10-042-0/+20
| * | "Timeout receiving bulk data" error message modified.antirez2012-10-041-1/+1
| * | "SORT by nosort" (skip sorting) respect sorted set ordering.antirez2012-10-032-20/+129
* | | Allow AUTH when Redis is busy because of timedout Lua script.antirez2012-10-111-0/+1
|/ /
* | Revert "Scripting: redis.NIL to return nil bulk replies."antirez2012-10-012-39/+4
* | Scripting: add helper functions redis.error_reply() and redis.status_reply().antirez2012-09-281-0/+36
* | Scripting: redis.NIL to return nil bulk replies.antirez2012-09-282-4/+39
* | Fixed some spelling errors in the commentsErik Dubbelboer2012-09-274-16/+16
* | Added consts keyword where possibleErik Dubbelboer2012-09-272-22/+22
* | Final merge of Sentinel into 2.6.antirez2012-09-271-16/+8
* | Sentinel: Support for AUTH.antirez2012-09-272-0/+45
* | Sentinel: reply -IDONTKNOW to get-master-addr-by-name on lack of info.antirez2012-09-271-0/+2
* | Sentinel: more easy master redirection if master is a slave.antirez2012-09-271-2/+2
* | Sentinel: do not crash against slaves not publishing the runid.antirez2012-09-271-1/+13
* | Sentinel: INFO command implementation.antirez2012-09-271-1/+62
* | Sentinel: add Redis execution mode to INFO output.antirez2012-09-271-1/+8