Girish Sastry
Girish Sastry
Hmm.. I'm trying on the 1.3, and it's not compiling: `[error] /Users/girish/code/rediscala/src/benchmark/scala/redis/bench/RedisBench.scala:127: value disconnect is not a member of redis.RedisClient [error] redisBench.redis.disconnect() [error] ^ [error] one error found [error] (bench:compile)...
The client opens a connection per request, right? Is there any way to have it open a few connections that serve all the request, and keep the connections persistent?
Thanks for your prompt and helpful replies. I wasn't aware that the connection is keep-alived. Is there any advantage to putting the same server multiple times in the Seq of...
Thanks. Just to confirm, the connections are set as keep-alive=true by default?