mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 12:11:21 +00:00
client libraries updated
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user