Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |