summaryrefslogtreecommitdiff
path: root/src/redis.h
Commit message (Expand)AuthorAgeFilesLines
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1601/+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: GEOADD implementation improved, replication fixedantirez2015-06-231-0/+1
* Geo: big refactoring of geo.c, zset.[ch] removed.antirez2015-06-231-4/+0
* Geo: zsetScore refactoringantirez2015-06-221-0/+1
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-221-0/+9
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-241-0/+1
* CONFIG refactoring: configEnum abstraction.antirez2015-03-111-9/+9
* 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
* | Fix types broken by previous type cleanupMatt Stancliff2015-02-241-4/+4
* | Merge pull request #2301 from mattsta/fix/lengthsSalvatore Sanfilippo2015-02-241-5/+5
|\ \ | |/ |/|
| * Improve networking type correctnessMatt Stancliff2015-01-191-5/+5
* | SPOP with count: initial fixes to the implementation.antirez2015-02-111-1/+3
* | Handle redis-check-rdb as a standalone program.antirez2015-02-031-0/+1
* | Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-281-0/+3
|/
* Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.antirez2015-01-131-1/+1
* Supervise redis processes only if configuredMatt Stancliff2015-01-091-1/+8
* Check for __sun macro in solarisfixes.h, not in includers.antirez2015-01-091-3/+0
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-4/+8
* Add quicklist implementationMatt Stancliff2015-01-021-6/+6
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+6
* Add addReplyBulkSds() functionMatt Stancliff2014-12-231-0/+1
* Merge pull request #2224 from advance512/spopWithCountSalvatore Sanfilippo2014-12-181-1/+1
|\
| * Fix: case when SPOP with count>MAXINT, setTypeRandomElements() will get negat...Alon Diamant2014-12-181-1/+1
* | Merge pull request #2215 from advance512/spopWithCountSalvatore Sanfilippo2014-12-171-0/+1
|\ \ | |/
| * Added <count> parameter to SPOP:Alon Diamant2014-12-141-0/+1
* | Add cached total system memory to INFO outputMatt Stancliff2014-12-111-0/+2
* | Add maxmemory_policy to INFO outputMatt Stancliff2014-12-111-0/+1
|/
* Merge pull request #2134 from pyr/feature/supervised-initSalvatore Sanfilippo2014-12-111-0/+1
|\
| * Support daemon supervision by upstart or systemdPierre-Yves Ritschard2014-11-111-0/+1
* | Network bandwidth tracking + refactoring.antirez2014-12-031-7/+17
* | Use exp format and more precision output for ZSCAN.antirez2014-12-021-1/+1
* | Diskless SYNC: fix RDB EOF detection.antirez2014-11-111-0/+1
|/
* Added a function to get slave name for logs.antirez2014-10-271-0/+1
* Diskless sync delay is now configurable.antirez2014-10-271-0/+1
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-161-2/+2
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-161-3/+3
* Diskless replication: trigger diskless RDB transfer if needed.antirez2014-10-161-1/+1
* Diskless replication: parent-child pipe and a few TODOs.antirez2014-10-141-0/+2
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-1/+5
* Define different types of RDB childs.antirez2014-10-081-0/+6
* Fix typo in redis.hxuxiang2014-09-291-1/+1
* Cluster: new option to work with partial slots coverage.antirez2014-09-171-0/+2
* AOF ability to load truncated files.antirez2014-09-081-0/+2
* Remove warnings and improve integer sign correctness.antirez2014-08-131-2/+2