summaryrefslogtreecommitdiff
path: root/src/redis.c
Commit message (Expand)AuthorAgeFilesLines
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-3908/+0
* Merge pull request #2636 from badboy/cluster-lock-fixSalvatore Sanfilippo2015-07-171-1/+0
|\
| * Don't include sysctl headerJan-Erik Rediger2015-06-241-1/+0
* | Merge pull request #2644 from MOON-CLJ/command_info_fixSalvatore Sanfilippo2015-07-171-1/+1
|\ \
| * | pfcount support multi keysMOON_CLJ2015-06-261-1/+1
| |/
* | Fix: aof_delayed_fsync is not resetTom Kiemes2015-07-171-0/+1
* | Client timeout handling improved.antirez2015-07-161-12/+20
* | Clarify a comment in clientsCron().antirez2015-07-161-5/+5
* | EXISTS is now variadic.antirez2015-07-131-1/+1
* | Geo: fix command table keys position indexes for three commands.antirez2015-07-131-3/+3
* | GEOENCODE / GEODECODE commands removed.antirez2015-07-091-2/+0
* | Geo: GEODIST and tests.antirez2015-06-291-0/+1
* | Geo: command function names converted to lowercase, as elsewhere.antirez2015-06-291-6/+6
* | Geo: GEOPOS command and tests.antirez2015-06-291-0/+1
* | Geo: GEOHASH command added, returning standard geohash strings.antirez2015-06-241-0/+1
* | Geo: JSON features removedantirez2015-06-221-1/+1
* | [In-Progress] Add Geo CommandsMatt Stancliff2015-06-221-0/+5
|/
* fix compile error for struct msghdrclark.kang2015-05-051-0/+1
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-241-21/+9
* Cluster: fix Lua scripts replication to slave nodes.antirez2015-03-221-0/+2
* Fix typo in beforeSleep() comment.antirez2015-03-211-1/+1
* Cluster: better cluster state transiction handling.antirez2015-03-201-0/+2
* Cluster: move clusterBeforeSleep() call before unblocked clients processing.antirez2015-03-201-3/+6
* Net: better Unix socket error. Issue #2449.antirez2015-03-111-1/+1
* CONFIG refactoring: configEnum abstraction.antirez2015-03-111-1/+1
* Hash: HSTRLEN (was HVSTRLEN) improved.antirez2015-02-271-1/+1
* Merge pull request #2415 from landmime/unstableSalvatore Sanfilippo2015-02-271-0/+1
|\
| * added a new hvstrlen commandJason Roth2015-02-211-0/+1
* | 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
* | alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-111-4/+9
* | Change alsoPropagate() behavior to make it more usable.antirez2015-02-111-2/+19
* | SPOP with count: initial fixes to the implementation.antirez2015-02-111-5/+18
* | Separate latency monitoring of eviction loop and eviction DELs.antirez2015-02-111-1/+5
* | Remove optional single-key path from evictionPoolPopulate().antirez2015-02-111-6/+0
* | dict.c: add dictGetSomeKeys(), specialized for eviction.antirez2015-02-111-1/+1
* | Handle redis-check-rdb as a standalone program.antirez2015-02-031-18/+6
* | Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-281-0/+24
* | Supervise redis processes only if configuredMatt Stancliff2015-01-091-22/+51
* | Define default pidfile when creating pidMatt Stancliff2015-01-091-1/+5
* | Create PID file even if in foregroundrebx2015-01-091-3/+4
|/
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-2/+2
* Add quicklist implementationMatt Stancliff2015-01-021-0/+2
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+24
* Add addReplyBulkSds() functionMatt Stancliff2014-12-231-5/+1
* INFO loading stats: three fixes.antirez2014-12-231-3/+3
* Fix adjustOpenFilesLimit() logging to match real state.antirez2014-12-191-12/+12
* Merge pull request #2215 from advance512/spopWithCountSalvatore Sanfilippo2014-12-171-1/+1
|\
| * Added <count> parameter to SPOP:Alon Diamant2014-12-141-1/+1