summaryrefslogtreecommitdiff
path: root/src/multi.c
Commit message (Expand)AuthorAgeFilesLines
...
* RDMF: More consistent define names.antirez2015-07-271-18/+18
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-1/+1
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-15/+15
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Cleanup double semicolonsMatt Stancliff2014-08-081-1/+1
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* Transactions: propagate MULTI/EXEC only when needed.antirez2013-03-261-10/+14
* Transactions: use discardTransaction() in EXEC implementation.antirez2013-03-261-7/+2
* Transactions: use the propagate() API to propagate MULTI.antirez2013-03-261-6/+5
* PSYNC: work in progress, preview #2, rebased to unstable.antirez2013-02-121-2/+1
* Fixed many typos.guiquanz2013-01-191-2/+2
* Safer handling of MULTI/EXEC on errors.antirez2012-11-221-7/+19
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Fix MULTI / EXEC rendering in MONITOR output.antirez2012-10-161-1/+10
* Support for read-only slaves. Semantical fixes.antirez2012-03-201-5/+8
* Now Lua scripts dispatch Redis commands properly calling the call() function....antirez2012-02-021-1/+1
* AOF refactoring, now with three states: ON, OFF, WAIT_REWRITE.antirez2011-12-211-1/+1
* clean REDIS_DIRTY_CAS when discard Command runs. otherwise the next MULTI/EXE...woowenjie2011-11-251-1/+1
* replaced redisAssert() with redisAssertWithInfo() in a shitload of places.antirez2011-10-041-1/+1
* Take a pointer to the relevant entry of the command table in the client struc...antirez2011-07-081-3/+8
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-231-0/+4
* command lookup process turned into a much more flexible and probably faster h...antirez2010-11-031-3/+1
* Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-4/+4
* Use specialized function to add multi bulk reply lengthPieter Noordhuis2010-09-021-1/+1
* redis.c split into many different C files.antirez2010-07-011-0/+266