Rich FitzJohn

Results 454 comments of Rich FitzJohn

Here is a reprex showing how the reconnect method is meant to work. I've started a new redis server with a default configuration by running: ``` docker run --rm -d...

Hi - this is also not supported as, as you can see, the underlying C client does not like the forking of internal data. My guess is that from the...

Also worth noting that redis itself will queue responses so that they occur serially, and that controlling that order is generally to your advantage. If you're trying to speed something...

oh dear - the implementation here was done after a conversation in a pub and a quick look on wikipedia, so it's quite likely that it's not standard...

I think following R + unix is probably the best route. It _might_ be worth an `as_python` argument to allow that behaviour, so long as it's not the default...

Thanks @kevinykuo and @r2evans for the feedback. I will pick this back up as soon as I have time again for personal open source work (I've been knee-deep in covid...

Support up to ~6.0.0 is ok, but after that we get a new block argument type that I need to handle: See https://github.com/redis/redis-doc/pull/1443 https://github.com/mmkal/handy-redis/pull/255

yes, comments to look at above. This will also need merging/rebasing against master so that it runs on gha

I have no strong feelings - I tend to rebase mine, but don't mind what you do

Hi @r2evans - yes, still maintaining the package, but it's in a state where it basically does everything I need and so I've not felt the need to change it....