Hi, everyone!

I'm using Redis and I have some problems... The time between the calls have some discrepancy... On some calls I have 1ms ~ 2ms ~ 3ms followed by a call that have 15ms ~ 30ms ~ 65ms. It's normal?

I'm using StackExchange.Redis.Extensions.Newtonsoft framework.

Thanks for helping!

Comment From: mgravell

Very hard to tell just from that. It could be server-side - I would look at SLOWLOG for that. But is could be client-init; what else was happening - was there a GC, etc.

On Mon, 12 Nov 2018, 02:23 thiagovmendonca <notifications@github.com wrote:

Hi, everyone!

I'm using Redis and I have some problems... The time between the calls have some discrepancy... On some calls I have 1ms2ms3ms followed by a call that have 15ms30ms65ms. It's normal?

I'm using StackExchange.Redis.Extensions.Newtonsoft framework.

Thanks for helping!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/antirez/redis/issues/5555, or mute the thread https://github.com/notifications/unsubscribe-auth/AABDsBdV_EBIFnaiwQ7qY7TuDxFNYobxks5uuNungaJpZM4YY2FQ .

Comment From: mstaack

as @mgravell said... you have a lot of variables in that statement: - your code - network - your redis server host/hardware

i am running a really large redis system on quite decent hardware with latest 5 version and it runs really fast 99%... so it must be an issue on your side

Comment From: filipecosta90

Hi there @thiagovmendonca, if agree, and given there is no hard evidence there is a problem o Redis ( or the client ), I suggest we close this issue or add more details so we can track it further. WDYT?