summaryrefslogtreecommitdiff
path: root/src/pubsub.c
Commit message (Expand)AuthorAgeFilesLines
* 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