summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Scripting: native lua.exists() implementation.multi-ifantirez2015-03-061-0/+34
* Transactions: Implementation of the IF commandantirez2015-03-064-2/+46
* Fix iterator for issue #2438.antirez2015-03-041-1/+1
* Migrate: replace conditional with pre-computed value.antirez2015-02-271-1/+1
* String: use new sdigits10() API in stringObjectLen().antirez2015-02-271-3/+1
* Utils: Include stdint.h and fix signess in sdigits10().antirez2015-02-272-1/+2
* Test: HSTRLEN stress test of corner cases.antirez2015-02-271-0/+16
* Hash: HSTRLEN crash fixed when getting len of int-encoded valueantirez2015-02-271-1/+1
* Hash: HSTRLEN (was HVSTRLEN) improved.antirez2015-02-274-24/+17
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-02-274-0/+47
|\
| * Merge pull request #2415 from landmime/unstableSalvatore Sanfilippo2015-02-274-0/+47
| |\
| | * added a new hvstrlen commandJason Roth2015-02-214-0/+47
* | | Hash: API to get value string len by field name.antirez2015-02-271-1/+23
* | | Utils: added function to get radix 10 string length of signed integer.antirez2015-02-272-0/+14
|/ /
* | server.current_client fix and minor refactoring.antirez2015-02-272-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
|/ / / / /