summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* server.current_client fix and minor refactoring.current-client-fixantirez2015-02-262-17/+11
* Improvements to PR #2425antirez2015-02-261-10/+10
* Add last_dbid to migrateCachedSocket to avoid redundant SELECTTommy Wang2015-02-261-23/+36
* utils/hashtable/rehashing.c test updated to use new API.antirez2015-02-251-12/+22
* Merge pull request #2405 from sisirkoppaka/unstableSalvatore Sanfilippo2015-02-251-1/+1
|\
| * rehashing.c: Fix compile error originating from SPOP rewriteSisir Koppaka2015-02-181-1/+1
* | Test: fixes a few tests after basic unit refactoring.antirez2015-02-251-2/+4
* | Cast sentlen to int before comparison wit bufpos.antirez2015-02-251-1/+1
* | Test: split basic unit into string, incr, keyspace units.antirez2015-02-254-399/+400
* | Merge pull request #2050 from mattsta/bitops-no-overallocSalvatore Sanfilippo2015-02-252-6/+4
|\ \
| * | Bitops: Stop overallocating storage space on setMatt Stancliff2014-12-112-6/+4
* | | Merge pull request #2054 from mattsta/fix-set-sentinel-quorumSalvatore Sanfilippo2015-02-251-0/+6
|\ \ \
| * | | Sentinel: Add initial quorum bounds checkMatt Stancliff2014-11-201-0/+6
* | | | Fix types broken by previous type cleanupMatt Stancliff2015-02-241-4/+4
* | | | Merge pull request #2301 from mattsta/fix/lengthsSalvatore Sanfilippo2015-02-248-30/+30
|\ \ \ \
| * | | | Improve networking type correctnessMatt Stancliff2015-01-195-12/+13
| * | | | Improve RDB type correctnessMatt Stancliff2015-01-193-18/+17
* | | | | Merge pull request #1966 from mattsta/fix-sentinel-infoSalvatore Sanfilippo2015-02-241-7/+13
|\ \ \ \ \
| * | | | | Sentinel: Improve INFO command behaviorMatt Stancliff2014-12-111-7/+13
| | |_|/ / | |/| | |
* | | | | Merge pull request #2273 from mattsta/improve/consistency/INFO/memorySalvatore Sanfilippo2015-02-241-5/+20
|\ \ \ \ \
| * | | | | Add maxmemory limit to INFO MEMORYMatt Stancliff2015-01-091-4/+10
| * | | | | Improve consistency of INFO MEMORY fieldsMatt Stancliff2015-01-091-1/+10
* | | | | | Merge pull request #2401 from mattsta/fix/quicklist/popSalvatore Sanfilippo2015-02-241-2/+13
|\ \ \ \ \ \
| * | | | | | Fix quicklist tests for Pop()Matt Stancliff2015-02-171-1/+12
| * | | | | | Fix quicklist Pop() resultJohn Doe2015-02-171-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Change RENAME behavior when src and dst keys are the same.antirez2015-02-232-6/+21
* | | | | | Give obvious instructions on how to bind all interfaces.antirez2015-02-191-0/+3
* | | | | | Example redis.conf binds just to 127.0.0.1.antirez2015-02-191-28/+42
|/ / / / /
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-02-141-10/+13
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2393 from badboy/readme-fixSalvatore Sanfilippo2015-02-131-10/+13
| |\ \ \ \ \
| | * | | | | Link files in READMEJan-Erik Rediger2015-02-131-2/+5
| | * | | | | Use code tags where necessary, escape special markersJan-Erik Rediger2015-02-131-8/+8
* | | | | | | Version bumped to 3.1.999 (3.2 alpha versions).antirez2015-02-141-1/+1
|/ / / / / /
* | | | | | Fix README links again.antirez2015-02-131-9/+4
* | | | | | Fix links into README.Salvatore Sanfilippo2015-02-131-4/+4
* | | | | | README: give idea about what Redis is.antirez2015-02-131-0/+25
|/ / / / /
* | | | | A few more README markdown conversions.antirez2015-02-131-3/+3
* | | | | Fix README minor grammar issues.antirez2015-02-131-1/+1
* | | | | README -> README.md.antirez2015-02-131-13/+8
* | | | | redis-cli --latency-dist: one gray more, and --mono support.antirez2015-02-131-7/+17
* | | | | redis-cli --latency-dist, hopefully better palette.antirez2015-02-131-2/+2
* | | | | Merge pull request #2390 from sawaman/fix-typoSalvatore Sanfilippo2015-02-121-1/+1
|\ \ \ \ \
| * | | | | Unify to uppercase the headlineMasahiko Sawada2015-02-121-1/+1
* | | | | | Extend memory unit support in CONFIG SET.antirez2015-02-121-5/+5
* | | | | | Merge pull request #2357 from lamby/config-set-maxmemory-unitsSalvatore Sanfilippo2015-02-121-2/+3
|\ \ \ \ \ \
| * | | | | | Support "1G" etc. units in CONFIG SET maxmemoryChris Lamb2015-02-041-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Better memtoll() error checking.antirez2015-02-121-5/+18
| |/ / / / |/| | | |
* | | | | SPOP replication tests.antirez2015-02-111-0/+19
* | | | | SPOP explicit tests for the three different code paths.antirez2015-02-111-0/+27
* | | | | SPOP with count: fix replication for code path #3.antirez2015-02-111-2/+10