summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed many typos.guiquanz2013-01-1938-149/+149
* Merge pull request #887 from charsyam/redis-cli-promptSalvatore Sanfilippo2013-01-191-0/+1
|\
| * redis-cli prompt bug fixcharsyam2013-01-161-0/+1
* | Merge pull request #895 from badboy/catch_con_errorSalvatore Sanfilippo2013-01-191-4/+4
|\ \
| * | Always exit if connection fails.Jan-Erik Rediger2013-01-181-4/+4
* | | Fix an error reply for CLIENT commandbitterb2013-01-191-1/+1
* | | redis-cli --rdb fails if server sends a pingNathan Parry2013-01-181-2/+2
|/ /
* | redis-cli: save an RDB dump from remote server to local file.antirez2013-01-161-8/+81
|/
* Typo fixed, ASCI -> ASCII.antirez2013-01-151-1/+1
* CLIENT GETNAME and CLIENT SETNAME introduced.antirez2013-01-153-2/+41
* Undo slave-master handshake when SLAVEOF sets a new slave.antirez2013-01-151-7/+23
* Makefile.dep updated.antirez2013-01-111-9/+18
* Comment in the call() function clarified a bit.antirez2013-01-101-2/+3
* Multiple fixes for EVAL (issue #872).antirez2013-01-101-20/+21
* Better error reporting when fd event creation fails.antirez2013-01-032-2/+6
* ae.c: set errno when error is not a failing syscall.antirez2013-01-031-1/+5
* Fix overflow in mstime() in redis-cli and benchmark.antirez2012-12-202-2/+2
* serverCron() frequency is now a runtime parameter (was REDIS_HZ).antirez2012-12-145-13/+30
* Merge pull request #824 from ptjm/unstableSalvatore Sanfilippo2012-12-121-1/+1
|\
| * Define _XOPEN_SOURCE appropriately on NetBSD.Patrick TJ McPhee2012-12-121-1/+1
* | Fix config.h endianess detection to work on Linux / PPC64.antirez2012-12-112-2/+16
|/
* Memory leak fixed: release client's bpop->keys dictionary.antirez2012-12-031-0/+1
* Blocking POP: use a dictionary to store keys clinet side.antirez2012-12-023-36/+20
* Client should not block multiple times on the same key.antirez2012-12-021-6/+20
* SDIFF is now able to select between two algorithms for speed.antirez2012-11-301-16/+97
* redis-benchmark: seed the PRNG with time() at startup.antirez2012-11-301-0/+2
* Introduced the Build ID in INFO and --version output.antirez2012-11-299-9/+30
* On crash memory test rewrote so that it actaully works.antirez2012-11-292-34/+70
* Remove unnecessary condition in _dictExpandIfNeeded (dict.c)charsyam2012-11-281-2/+1
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-11-281-0/+1
|\
| * remove compile warning bioKillThreadscharsyam2012-11-231-0/+1
* | It's a watchdog, not a watchdong.Matt Arsenault2012-11-281-1/+1
|/
* EVALSHA is now case insensitive.antirez2012-11-223-2/+14
* Fix integer overflow in zunionInterGenericCommand().antirez2012-11-221-1/+1
* Safer handling of MULTI/EXEC on errors.antirez2012-11-223-21/+44
* Make bio.c threads killable ASAP if needed.antirez2012-11-223-50/+25
* Fast memory test on Redis crash.antirez2012-11-212-0/+86
* Use more fine grained HAVE macros instead of HAVE_PROCFS.antirez2012-11-212-3/+5
* Children creating AOF or RDB files now report memory used by COW.antirez2012-11-192-0/+16
* zmalloc_get_private_dirty() function added (Linux only).antirez2012-11-192-0/+26
* zmalloc: kill unused __size parameter in update_zmalloc_stat_alloc() macro.antirez2012-11-141-7/+7
* Merge branch 'migrate-cache' into unstableantirez2012-11-143-24/+160
|\
| * MIGRATE: retry one time on I/O error.antirez2012-11-141-4/+16
| * MIGRATE: fix default timeout to 1000 milliseconds.antirez2012-11-121-1/+1
| * MIGRATE count of cached sockets in INFO output.antirez2012-11-121-2/+4
| * MIGRATE timeout should be in milliseconds.antirez2012-11-121-1/+1
| * MIGRATE TCP connections caching.antirez2012-11-123-17/+139
* | TTL API change: TTL returns -2 for non existing keys.antirez2012-11-121-0/+7
|/
* BSD license added to every C source and header file.antirez2012-11-0861-33/+1409
* COPY and REPLACE options for MIGRATE.antirez2012-11-072-8/+28