You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
and I have separate methods being invoked with diff Redis commands in parallel
Latency report:
]$ /opt/redis-unstable/src/redis-cli --intrinsic-latency 100
Max latency so far: 1 microseconds.
Max latency so far: 32 microseconds.
Max latency so far: 8147 microseconds.
Max latency so far: 8217 microseconds.
Max latency so far: 12169 microseconds.
Max latency so far: 12182 microseconds.
Max latency so far: 12199 microseconds.
Max latency so far: 12223 microseconds.
Max latency so far: 12255 microseconds.
Max latency so far: 12298 microseconds.
Max latency so far: 12303 microseconds.
Max latency so far: 12310 microseconds.
Max latency so far: 12330 microseconds.
253109899 total runs (avg latency: 0.3951 microseconds / 3950.85 nanoseconds per run).
Worst run took 31208x longer than the average latency.
Am I using the Redis Client properly?
Is it the right way to use multiple connection types with the same RedisClient?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using the same RedicClient(as recommended) for couple of connections types. and I am having huge latency issues while using them in parallel:
using biz.paluch.redis:lettuce:4.0.Beta2
and I have separate methods being invoked with diff Redis commands in parallel
Latency report:
]$ /opt/redis-unstable/src/redis-cli --intrinsic-latency 100
Max latency so far: 1 microseconds.
Max latency so far: 32 microseconds.
Max latency so far: 8147 microseconds.
Max latency so far: 8217 microseconds.
Max latency so far: 12169 microseconds.
Max latency so far: 12182 microseconds.
Max latency so far: 12199 microseconds.
Max latency so far: 12223 microseconds.
Max latency so far: 12255 microseconds.
Max latency so far: 12298 microseconds.
Max latency so far: 12303 microseconds.
Max latency so far: 12310 microseconds.
Max latency so far: 12330 microseconds.
253109899 total runs (avg latency: 0.3951 microseconds / 3950.85 nanoseconds per run).
Worst run took 31208x longer than the average latency.
Thanks.
The text was updated successfully, but these errors were encountered: