summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hash: HSTRLEN crash fixed when getting len of int-encoded valueantirez2015-02-271-1/+1
* Hash: HSTRLEN (was HVSTRLEN) improved.antirez2015-02-273-12/+7
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-02-273-0/+16
|\
| * Merge pull request #2415 from landmime/unstableSalvatore Sanfilippo2015-02-273-0/+16
| |\
| | * added a new hvstrlen commandJason Roth2015-02-213-0/+16
* | | 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
* | Cast sentlen to int before comparison wit bufpos.antirez2015-02-251-1/+1
* | 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-231-5/+9
|/ / / / /
* | | | | Version bumped to 3.1.999 (3.2 alpha versions).antirez2015-02-141-1/+1
* | | | | 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
* | | | | 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 with count: fix replication for code path #3.antirez2015-02-111-2/+10
* | | | | SPOP: reimplemented for speed and better distribution.antirez2015-02-115-301/+80
* | | | | alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-111-4/+9
* | | | | Change alsoPropagate() behavior to make it more usable.antirez2015-02-112-9/+24
* | | | | SPOP with count: initial fixes to the implementation.antirez2015-02-113-42/+54
* | | | | Separate latency monitoring of eviction loop and eviction DELs.antirez2015-02-113-2/+20
* | | | | dict.c: reset emptylen when bucket is not empty.antirez2015-02-111-0/+1
* | | | | redis-cli --stat: show LOAD when loading.antirez2015-02-111-0/+4
* | | | | Remove optional single-key path from evictionPoolPopulate().antirez2015-02-111-6/+0
* | | | | dict.c: add dictGetSomeKeys(), specialized for eviction.antirez2015-02-113-2/+95
* | | | | dict.c: avoid code repetition in dictRehash().antirez2015-02-111-11/+6