summaryrefslogtreecommitdiff
path: root/src/pubsub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream Redis 2.6.9.2.6.9-1Yossi Gottlieb2013-01-271-1/+17
|\
| * UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply.antirez2013-01-211-0/+16
| * Fixed many typos.guiquanz2013-01-191-1/+1
* | Add command complexity info to the slow log.yoav2012-11-291-7/+16
|/
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Redis 2.6 branch obtained from unstable removing all the cluster related code.antirez2012-03-101-1/+0
* Use less memory when emitting the protocol, by using more shared objects for ...antirez2012-02-041-6/+6
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-4/+4
* propagate PUBLISH messages using the redis cluster nodes bus. Still need to p...antirez2011-10-071-0/+1
* replaced redisAssert() with redisAssertWithInfo() in a shitload of places.antirez2011-10-041-2/+2
* Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write ...antirez2011-05-251-1/+1
* minor aesthetic changeantirez2010-07-011-0/+8
* redis.c split into many different C files.antirez2010-07-011-0/+259