summary refs log tree commit diff stats
path: root/lib/pure/redis.nim
Commit message (Expand)AuthorAgeFilesLines
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Added implementation for Redis SCAN commandkrolik2015-03-091-0/+24
* Added HyperLogLog support to Redis clientkrolik2015-03-061-0/+16
* more stdlib modules workAraq2014-08-311-173/+173
* big renameAraq2014-08-271-18/+22
* Use enumJason Livesay2014-04-201-11/+14
* delete extra statement from debuggingJason Livesay2014-04-171-1/+0
* Allow QUEUED reply only if pipelined; don't return status replies from flushP...Jason Livesay2014-04-171-91/+95
* delete echo statements used for debuggingJason Livesay2014-04-101-2/+0
* factor per commentsJason Livesay2014-04-101-143/+155
* Don't need ref string; use PPipeline instead of ref TPipelineJason Livesay2014-04-101-77/+77
* Redis: optional pipelining and better tested transactionsJason Livesay2014-04-091-119/+233
* Support transactionsJason Livesay2014-04-041-15/+32
* Allow multi/exec replies so transactions work.Jason Livesay2014-04-041-2/+13
* Fixed OSError + recvLine deprecation warnings.Dominik Picheta2013-06-271-33/+26
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-231-19/+31
* Redis fixed to use unbuffered sockets.Dominik Picheta2012-10-211-1/+1
* made tests green againAraq2012-08-161-13/+13
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-11/+11
* preparations for 0.8.12Araq2011-07-101-0/+0
* Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...dom962011-05-221-0/+13
* copy replaced by substrAraq2011-05-141-3/+3
* fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-141-4/+4
* little repo cleanupAraq2011-05-021-3/+6
* Lots of fixes in redis.nimdom962011-04-241-175/+217
* Removed the parseBulkStr() proc in redis.nimdom962011-04-231-23/+20
* Consistency fix in redis.nimdom962011-04-231-4/+4
* Added redis client module.dom962011-04-231-0/+834