Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed redis module from standard library. | Dominik Picheta | 2016-01-16 | 1 | -1096/+0 |
| | |||||
* | Fixing too many open files on quit command with an explicit socket close, ↵ | qio-io | 2015-12-13 | 1 | -5/+5 |
| | | | | and importing the net module | ||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -73/+73 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/pure/p-t - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -8/+8 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Added implementation for Redis SCAN command | krolik | 2015-03-09 | 1 | -0/+24 |
| | |||||
* | Added HyperLogLog support to Redis client | krolik | 2015-03-06 | 1 | -0/+16 |
| | |||||
* | more stdlib modules work | Araq | 2014-08-31 | 1 | -173/+173 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -18/+22 |
| | |||||
* | Use enum | Jason Livesay | 2014-04-20 | 1 | -11/+14 |
| | |||||
* | delete extra statement from debugging | Jason Livesay | 2014-04-17 | 1 | -1/+0 |
| | |||||
* | Allow QUEUED reply only if pipelined; don't return status replies from ↵ | Jason Livesay | 2014-04-17 | 1 | -91/+95 |
| | | | | flushPipeline; Rewrite someTests | ||||
* | delete echo statements used for debugging | Jason Livesay | 2014-04-10 | 1 | -2/+0 |
| | |||||
* | factor per comments | Jason Livesay | 2014-04-10 | 1 | -143/+155 |
| | |||||
* | Don't need ref string; use PPipeline instead of ref TPipeline | Jason Livesay | 2014-04-10 | 1 | -77/+77 |
| | |||||
* | Redis: optional pipelining and better tested transactions | Jason Livesay | 2014-04-09 | 1 | -119/+233 |
| | |||||
* | Support transactions | Jason Livesay | 2014-04-04 | 1 | -15/+32 |
| | |||||
* | Allow multi/exec replies so transactions work. | Jason Livesay | 2014-04-04 | 1 | -2/+13 |
| | |||||
* | Fixed OSError + recvLine deprecation warnings. | Dominik Picheta | 2013-06-27 | 1 | -33/+26 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 1 | -19/+31 |
| | | | | exception when an error occurs. Added sockets.SocketError. | ||||
* | Redis fixed to use unbuffered sockets. | Dominik Picheta | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-08-16 | 1 | -13/+13 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -11/+11 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -0/+0 |
| | |||||
* | Added a helpful iterator to redis. Fixed some issues with stderr in osproc. ↵ | dom96 | 2011-05-22 | 1 | -0/+13 |
| | | | | Fixed doc generation issues. | ||||
* | copy replaced by substr | Araq | 2011-05-14 | 1 | -3/+3 |
| | |||||
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵ | dom96 | 2011-05-14 | 1 | -4/+4 |
| | | | | addresses. copy and delete for json module. | ||||
* | little repo cleanup | Araq | 2011-05-02 | 1 | -3/+6 |
| | |||||
* | Lots of fixes in redis.nim | dom96 | 2011-04-24 | 1 | -175/+217 |
| | |||||
* | Removed the parseBulkStr() proc in redis.nim | dom96 | 2011-04-23 | 1 | -23/+20 |
| | |||||
* | Consistency fix in redis.nim | dom96 | 2011-04-23 | 1 | -4/+4 |
| | |||||
* | Added redis client module. | dom96 | 2011-04-23 | 1 | -0/+834 |