pianoman

Results 15 comments of pianoman

Maybe a little digression - but I saw that in your example you wrote - var redisValues = await _redisConnection.ReadDatabase.StringGetAsync(keys.Select(k => (RedisKey)FormatKey(k, _redisConnection.ReadKeyType)).ToArray()).ConfigureAwait(false); Isn't there an issue with calling the...

1. We upgraded from a version 2.7.0 which was also faulty. 2. I have some memory dumps left. 3. What do you mean exactly ? You want to see screenshots...

We wouldn't like to share the memory dumps - If you like ,we can set up a zoom session where I could share with you the results online. We currently...

Hi, Is there any update on supporting some sort of connection pooling internally in the library ? And if so , is there some estimate of ETA ? If this...

Seems pragmatic enough to me :) BTW - I wasn't aware this isn't implemented though at all . currently in IDatabase we have - /// /// Returns the values of...

Thanks, I'll keep that in mind :) Funny that https://redis.io/commands/mget doesn't say anything about it either.

Hello @mgravell Would writing the following code be OK ? ( I mean , would the client already handle the loading etc. behind the scenese ? ) // Lua script...