summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* included fmacros.h in linenose.c to avoid compilation warnings on Linuxv1.3.11antirez2010-05-021-0/+1
* compilation fix for mac os xantirez2010-05-021-0/+6
* Merge branch 'master' of git@github.com:antirez/redisantirez2010-05-023-13/+162
|\
| * More tests for APPEND and tests for SUBSTRantirez2010-04-302-0/+114
| * linenoise.c updated, now redis-cli can be used in a pipeantirez2010-04-301-13/+48
* | On Linux now fdatasync() is used insetad of fsync() in order to flush the AOF...antirez2010-05-023-5/+12
|/
* redis-cli minor fix (less segfault is better)antirez2010-04-291-1/+1
* New MONITOR output format with timestamp, every command in a single line, str...antirez2010-04-291-1/+60
* redis-cli INFO output format is now raw againantirez2010-04-291-106/+113
* Added more information about slave election in Redis Cluster alternative docantirez2010-04-291-0/+62
* Redis cluster version 2antirez2010-04-291-0/+281
* Fixed a redis-cli bug, was using free instead of zfree callantirez2010-04-271-1/+1
* AOF is now rewritten on slave after SYNC with master. Thanks to @_km for find...antirez2010-04-271-0/+2
* redis-cli is now using only the new protocolantirez2010-04-271-130/+111
* Minimal support for subscribe/psubscribe in redis-cliantirez2010-04-271-3/+18
* don't output the newline when stdout is not a ttyantirez2010-04-261-1/+0
* redis-cli now is able to also output the string representation instead of the...antirez2010-04-261-5/+35
* Initial support for quoted strings in redis-cliantirez2010-04-261-19/+83
* SETEX implementedantirez2010-04-234-13/+55
* Pub/Sub API change: now messages received via pattern matching have a differe...antirez2010-04-231-4/+8
* typo fixed, reloadedantirez2010-04-221-4/+4
* typo fixedantirez2010-04-221-2/+2
* REDIS-CLUSTER doc updatedantirez2010-04-221-19/+118
* Virtual memory design document removed, no longer needed as we have a full sp...antirez2010-04-221-11/+0
* new units for bytes specificationantirez2010-04-222-6/+18
* Now in redis.conf it is possible to specify units where appropriate instead o...antirez2010-04-221-15/+54
* binary safe keys ready implementation of RANDOMKEYSantirez2010-04-211-5/+12
* Now that's the right 1.3.10v1.3.10antirez2010-04-211-1/+1
* Revert "fsync always now uses O_DIRECT on Linux"antirez2010-04-212-15/+1
* Revert "define __USE_GNU to get O_DIRECT"antirez2010-04-211-1/+0
* Merge branch 'master' of github.com:antirez/redisantirez2010-04-212-1/+16
|\
| * define __USE_GNU to get O_DIRECTantirez2010-04-201-0/+1
| * fsync always now uses O_DIRECT on Linuxantirez2010-04-202-1/+15
* | Revert "version 1.3.10"antirez2010-04-211-1/+1
* | version 1.3.10antirez2010-04-211-1/+1
|/
* More precise memory used guesswork in zmalloc.cantirez2010-04-201-2/+6
* Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MU...antirez2010-04-191-0/+25
* running the test using tcl8.5 directly instead of tclsh that too often it's a...antirez2010-04-192-2/+2
* Added package require Tcl 8.5 in redis.tcl so it will show a clear error when...antirez2010-04-191-0/+1
* Fix for a SORT bug introduced with commit 16fa22f1, regression test addedantirez2010-04-182-5/+13
* Guru mediation -> meditationantirez2010-04-181-1/+1
* check eptr inlinePieter Noordhuis2010-04-171-10/+4
* refactor code that retrieves value from object or replies to clientPieter Noordhuis2010-04-171-58/+80
* Merge branch 'hash' of git://github.com/pietern/redisantirez2010-04-171-2/+31
|\
| * make sure that the resulting value in hincrby is encoded when possiblePieter Noordhuis2010-04-171-3/+21
| * increment dirty counter after hmsetPieter Noordhuis2010-04-171-0/+1
| * strip tryObjectEncoding from hashSet, to enable the arguments being encoded i...Pieter Noordhuis2010-04-171-1/+11
* | redisAssert(0) => redisPanic("something meaningful")antirez2010-04-171-9/+9
|/
* Added support for Guru Mediation, and raising a guru mediation if refCount <=...antirez2010-04-171-0/+12
* fix small error and memory leaks in SORTPieter Noordhuis2010-04-161-11/+16