index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
redis.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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. F...
dom96
2011-05-22
1
-0
/
+13
*
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 ad...
dom96
2011-05-14
1
-4
/
+4
*
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