We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58894dc commit 92fc917Copy full SHA for 92fc917
1 file changed
README.md
@@ -28,7 +28,6 @@ result_backend = ValkeyAsyncResultBackend(
28
)
29
30
# Or you can use PubSubBroker if you need broadcasting
31
-# Or ListQueueBroker if you don't want acknowledges
32
broker = ValkeyStreamBroker(
33
valkey_url="valkey://localhost:6379",
34
).with_result_backend(result_backend)
0 commit comments