summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.5.8 (2.6.0 RC2).2.6.0-rc2antirez2012-05-022-1/+10
* Test "Turning off AOF kills the background writing child if any" is now more ...antirez2012-05-021-2/+6
* Merge pull request #488 from pietern/2.6-safekeysSalvatore Sanfilippo2012-05-012-1/+12
|\
| * Use safe dictionary iterator from KEYSPieter Noordhuis2012-04-301-1/+1
| * Show problem with 'keys' command with specific command sequence.Harmen2012-04-301-0/+11
|/
* Properly wait the slave to sync with master in BRPOPLPUSH test.antirez2012-04-301-3/+7
* A more lightweight implementation of issue 141 regression test.antirez2012-04-291-13/+26
* Added "read-only slaves" in new features section of 2.6 release notes.antirez2012-04-271-0/+1
* yet another typo fixed in release notes.antirez2012-04-271-1/+1
* Fixed release notes typoantirez2012-04-271-1/+1
* Redis 2.5.7 (2.6 RC1)2.6.0-rc1antirez2012-04-272-6/+11
* memtest.c fixed to actually use v1 and v2 in memtest_fill_value().antirez2012-04-271-6/+6
* Release notes updated with the new 2.6 features.antirez2012-04-271-1/+10
* redis-cli commands description in help.h updated.antirez2012-04-271-3/+3
* Update makefile dependencies.antirez2012-04-271-3/+0
* Set LUA_MASKCOUNT hook more selectively. Fixes issue #480.antirez2012-04-271-5/+7
* Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces.antirez2012-04-271-2/+2
* Produce the stack trace in an async safe way.antirez2012-04-271-27/+25
* Don't use an alternative stack for SIGSEGV & co.antirez2012-04-271-13/+1
* Redis test: More reliable BRPOPLPUSH replication test.antirez2012-04-272-3/+6
* Redis test: scripting EVALSHA replication test more reliable.antirez2012-04-272-4/+23
* Spelling: s/synchrnonization/synchronizationDavid Tran2012-04-271-1/+1
* Explicitly use bash for install_server.sh. Fixes issue #397antirez2012-04-241-1/+1
* redis-check-dump now is RDB version 6 ready.antirez2012-04-242-4/+36
* Spurious debugging printf removed.antirez2012-04-241-1/+0
* Added two new encodings to ziplist.cantirez2012-04-241-19/+46
* rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.antirez2012-04-241-1/+1
* ziplist.c: added comments about the new 24 bit encoding.antirez2012-04-241-0/+4
* Add a 24bit integer to ziplists to save one byte for ints that canGrisha Trubetskoy2012-04-242-1/+17
* A few compiler warnings suppressed.antirez2012-04-242-3/+5
* Fix and refactoring of code used to get registers on crash.antirez2012-04-241-20/+32
* Ziplist encoding now tested with negative integers as well.antirez2012-04-241-0/+9
* New time limit for protocol desync test set to 30 seconds to reduce false pos...antirez2012-04-241-1/+1
* Remove loadfile() access from the scripting engine.antirez2012-04-241-0/+9
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-243-5/+5
* Even inside #if 0 comments are comments.antirez2012-04-211-2/+2
* Limit memory used by big SLOWLOG entries.antirez2012-04-215-8/+51
* redis.conf AOF section comments improved.antirez2012-04-211-16/+21
* README now makes clear that our support for solaris derived systems is "best ...antirez2012-04-211-0/+7
* New tests related to scripts max execution time.antirez2012-04-191-0/+38
* SHUTDOWN NOSAVE now can stop a non returning script. Issue #466.antirez2012-04-191-1/+1
* Currenly not used code in dict.c commented out.antirez2012-04-181-14/+15
* Tests for scripting PRNG.antirez2012-04-181-0/+20
* cr16.c removed from 2.6 branch, was not used.antirez2012-04-182-88/+1
* redis-cli --bigkeys output modified to be simpler to read..antirez2012-04-181-1/+1
* redis-cli --bigkeysantirez2012-04-181-0/+93
* Test SDIFF with first set empty.antirez2012-04-181-0/+7
* Test SINTER against same integer elements, but different set encoding.antirez2012-04-181-0/+10
* Test SINTER with non existing key.antirez2012-04-181-0/+7
* Added an SMOVE test where src and dest key are the same.antirez2012-04-181-0/+7