client libraries updated

This commit is contained in:
antirez
2009-06-16 16:45:04 +02:00
parent df3fd8d88d
commit 111d9959c0
16 changed files with 165 additions and 86 deletions

View File

@ -1,10 +1,9 @@
(ns benchmarks.ruby
(:require redis))
(dotimes [n 2]
(dotimes [n 4]
(redis/with-server
{}
{:db 15}
(redis/set "foo" "The first line we sent to the server is some text")
(time
(dotimes [i 20000]