summary refs log tree commit diff stats
path: root/lib/pure/redis.nim
Commit message (Collapse)AuthorAgeFilesLines
* Removed redis module from standard library.Dominik Picheta2016-01-161-1096/+0
|
* Fixing too many open files on quit command with an explicit socket close, ↵qio-io2015-12-131-5/+5
| | | | and importing the net module
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-73/+73
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib/pure/p-t - Dropped 'T' from typespdw2015-06-041-8/+8
|
* 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 ↵Jason Livesay2014-04-171-91/+95
| | | | flushPipeline; Rewrite someTests
* 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
| | | | 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