summary refs log tree commit diff stats
path: root/lib/pure/redis.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | exception when an error occurs. Added sockets.SocketError.
* 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. ↵dom962011-05-221-0/+13
| | | | Fixed doc generation issues.
* copy replaced by substrAraq2011-05-141-3/+3
|
* fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵dom962011-05-141-4/+4
| | | | addresses. copy and delete for json module.
* 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