summary refs log tree commit diff stats
path: root/lib/pure/redis.nim
Commit message (Expand)AuthorAgeFilesLines
* 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