summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.2.111-scripting2.2.111-scriptingantirez2011-06-224-3/+11
|\
| * Redis 2.2.112.2.11antirez2011-06-222-1/+9
| * Use a safe iterator while saving the DB, since the getExpire() function will ...antirez2011-06-172-2/+2
* | command table entry for EVALSHA fixed2.2.110-scriptingantirez2011-06-142-2/+2
* | Scripting tests addedantirez2011-06-142-0/+127
* | Make sure error and status replies emitted by Lua scripts can never have more...antirez2011-06-144-4/+47
* | Redis 2.2.110-scriptingantirez2011-06-1415-77/+254
|\ \ | |/
| * Redis 2.2.102.2.10antirez2011-06-142-1/+12
| * redis-cli updated to the same version as the 2.4 branchantirez2011-06-141-35/+75
| * Fix for issue 566, fixed in a more long term way into the 2.4 branchantirez2011-06-142-0/+2
| * SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
| * Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
| * Better init scriptantirez2011-06-141-6/+13
| * Work with make v3.80Pieter Noordhuis2011-06-131-1/+4
| * Changelog typo fixedantirez2011-06-091-1/+1
| * Redis 2.2.92.2.9antirez2011-06-092-1/+13
| * Merge remote branch 'origin/2.2' into 2.2antirez2011-06-096-21/+95
| |\
| | * test for the BRPOPLPUSH issue 561 related issuesantirez2011-05-302-0/+26
| | * use the new rewriteClientCommandVector() function for SPOP -> SREM replicatio...antirez2011-05-274-36/+32
| | * modified the BRPOPLPUSH target field cleanup strategy to fix it the proper way.antirez2011-05-271-3/+5
| | * Removed a leak in the BRPOPLPUSH unrelated to issue 561antirez2011-05-271-0/+1
| | * Fix for issue 516, rewriting the command vector to correctly repliate BRPOPLP...antirez2011-05-261-7/+56
| * | AOF log rewriting in slave performed after a successful sych with the master ...antirez2011-06-091-1/+2
| |/
* | synched with the new changes in the scripting branchantirez2011-05-253-23/+122
* | ustime() added as it is used by scripting.cantirez2011-05-252-0/+13
* | for performance reasons only set the debug hook if the time limit is enabled.antirez2011-05-251-6/+11
* | Lua max exec time fixes: redisLog() to log the event moved before the lua_err...antirez2011-05-251-2/+2
* | call the Lua hook with minor frequency. It is already enough to call it every...antirez2011-05-251-1/+1
* | Lua scripts max execution time -- backported from the scripting branch.antirez2011-05-255-0/+41
* | make clean now cleans Lua as wellantirez2011-05-251-0/+1
* | version bumped from 2.2.5 to 2.2.105 to distinguish 2.2 versions with scripti...antirez2011-05-251-1/+1
* | Lua scripting backported from unstable to 2.2-scripting branchantirez2011-05-25109-14/+28940
|/
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-05-252-1/+14
|\
| * Redis 2.2.82.2.8antirez2011-05-242-1/+14
* | Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write ...antirez2011-05-251-1/+1
|/
* Comment typo fixedantirez2011-05-241-1/+1
* ZUNIONSTORE new iterator API fix backported into 2.2antirez2011-05-211-3/+12
* Print version info before running the testantirez2011-05-202-0/+7
* Fixed SINTER[STORE] problem related to the new copy on write safe iteratorantirez2011-05-151-0/+1
* Fixed bug introduced with the copy-on-write friendly iteartorantirez2011-05-131-1/+12
* Fix for DEBUG DIGEST, key may expire on lookupantirez2011-05-131-0/+5
* replication with expire test modified to produce no or less false failuresantirez2011-05-121-0/+2
* regression for zinterstore bugantirez2011-05-121-0/+7
* Convert intset encoded set before Z*STOREPieter Noordhuis2011-05-121-0/+4
* Redis 2.2.72.2.7antirez2011-05-112-1/+8
* removed assert causing an illegal memory access. This was responsible of cras...antirez2011-05-111-1/+0
* use safe Dict iteration in DEBUG DIGESTantirez2011-05-101-1/+1
* Introduced a safe iterator interface that can be used to iterate while access...antirez2011-05-102-7/+21
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-05-074-36/+54
|\
| * Redis version 2.2.62.2.6antirez2011-05-052-1/+10