summaryrefslogtreecommitdiff
path: root/src/redis.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed many typos.guiquanz2013-01-191-14/+14
* CLIENT GETNAME and CLIENT SETNAME introduced.antirez2013-01-151-0/+1
* serverCron() frequency is now a runtime parameter (was REDIS_HZ).antirez2012-12-141-3/+6
* Blocking POP: use a dictionary to store keys clinet side.antirez2012-12-021-2/+1
* Introduced the Build ID in INFO and --version output.antirez2012-11-291-0/+1
* EVALSHA is now case insensitive.antirez2012-11-221-0/+1
* Safer handling of MULTI/EXEC on errors.antirez2012-11-221-14/+16
* MIGRATE TCP connections caching.antirez2012-11-121-1/+3
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Merge pull request #741 from Run/typoSalvatore Sanfilippo2012-11-021-1/+1
|\
| * fix a typo in redis.h line 595 commentRunzhen Wang2012-11-011-1/+1
* | Unix socket clients properly displayed in MONITOR and CLIENT LIST.antirez2012-11-011-0/+1
|/
* Fix MULTI / EXEC rendering in MONITOR output.antirez2012-10-161-0/+1
* A reimplementation of blocking operation internals.antirez2012-09-171-2/+22
* Merge pull request #576 from saj/fix-slave-ping-periodSalvatore Sanfilippo2012-09-051-1/+1
|\
| * Bug fix: slaves being pinged every secondSaj Goonatilleke2012-07-051-1/+1
* | Scripting: Force SORT BY constant determinism inside SORT itself.antirez2012-09-051-1/+0
* | Send an async PING before starting replication with master.antirez2012-09-021-2/+3
* | Sentinel: Redis-side support for slave priority.antirez2012-08-281-2/+2
* | Incrementally flush RDB on disk while loading it from a master.antirez2012-08-281-1/+3
* | Merge pull request #586 from saj/aof_last_bgrewrite_statusSalvatore Sanfilippo2012-07-271-0/+1
|\ \
| * | New in INFO: aof_last_bgrewrite_statusSaj Goonatilleke2012-07-181-0/+1
| |/
* | First implementation of Redis Sentinel.antirez2012-07-231-0/+18
* | Allow Pub/Sub in contexts where other commands are blocked.antirez2012-07-221-0/+2
|/
* REPLCONF internal command introduced.antirez2012-06-271-0/+2
* Fixed a timing attack on AUTH (Issue #560).antirez2012-06-211-0/+1
* Dump ziplist hex value on failed assertion.antirez2012-06-121-0/+1
* Four new persistence fields in INFO. A few renamed.antirez2012-05-251-0/+4
* New commands: BITOP and BITCOUNT.antirez2012-05-241-0/+2
* Allow an AOF rewrite buffer > 2GB (Fix for issue #504).antirez2012-05-241-1/+3
* Impovements for: Redis timer, hashes rehashing, keys collection.antirez2012-05-131-1/+1
* Redis timer interrupt frequency configurable as REDIS_HZ.antirez2012-05-131-1/+2
* More incremental active expired keys collection process.antirez2012-05-111-0/+1
* Use specific error if master is down and slave-serve-stale-data is set to no.antirez2012-05-021-1/+2
* Limit memory used by big SLOWLOG entries.antirez2012-04-211-1/+1
* It is now possible to enable/disable RDB checksum computation from redis.conf...antirez2012-04-101-0/+1
* crc64.c modified for incremental computation.antirez2012-04-091-1/+1
* For coverage testing use exit() instead of _exit() when termiating saving chi...antirez2012-04-071-0/+1
* Merge pull request #426 from anydot/fix-rm-vm-commentsSalvatore Sanfilippo2012-04-051-1/+0
|\
| * remove mentions of VM in commentsPremysl Hruby2012-04-021-1/+0
* | CRC64 implementation added to Redis code base.antirez2012-04-021-0/+1
|/
* Better syncio.c with millisecond resolution.antirez2012-03-311-3/+3
* Fixed a memory leak with replicationJoseph Jang2012-03-301-4/+4
* Fix for slaves chains. Force resync of slaves (simply disconnecting them) wh...antirez2012-03-291-0/+1
* Log from signal handlers is now safer.antirez2012-03-281-0/+1
* Merge branch 'watchdog' into unstableantirez2012-03-281-0/+4
|\
| * Redis software watchdog.antirez2012-03-271-0/+4
* | declare hashDictType as external tooPremysl Hruby2012-03-271-1/+1
|/
* New INFO field aof_delayed_fsync introduced.antirez2012-03-251-0/+1
* Support for read-only slaves. Semantical fixes.antirez2012-03-201-2/+4