async-redis
async-redis copied to clipboard
Hey Samuel, I couldn't quite glean this from the docs or any of the tests but is [Redis Cluster](https://redis.io/commands#cluster) supported? I've been working to integrate more Async into my projects...
Hi, I found out Context::Pipeline#collect requires block: https://github.com/socketry/async-redis/blob/da5a38cef1b84463f9374bab076006b88fa9a811/lib/async/redis/context/pipeline.rb#L93 What's the purpose of this yield? It does nothing but just the block execution.
currently if you try to do what all the best programmers do - use repl and try things out until it works and then you copy/paste the code - you...
@antirez would be fun to try out RESP3 in this repo. Because it's async, we can support the background notifications of key invalidations pretty easily. Is this something you are...
We are using both a Rails and Falcon server. On the falcon server we connect to Redis using `async-redis`. Recently our hosting provider upgraded our redis cluster. After the upgrade...
I was trying to connect to some sentinels that require password authentication. For that, I created a new protocol as in the example: https://github.com/socketry/async-redis/blob/main/examples/auth/protocol.rb ```ruby class AuthenticatedRESP2 def initialize(password) @password...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...