Skip to content

[Messenger] Document Redis ListableReceiverInterface support#22006

Open
mudassaralichouhan wants to merge 2 commits intosymfony:8.1from
mudassaralichouhan:messenger-redis-listable-receiver-doc
Open

[Messenger] Document Redis ListableReceiverInterface support#22006
mudassaralichouhan wants to merge 2 commits intosymfony:8.1from
mudassaralichouhan:messenger-redis-listable-receiver-doc

Conversation

@mudassaralichouhan
Copy link

Q A
Branch? 8.1
Bug fix? no
New feature? yes
Deprecations? no
Tickets #22001
License MIT

This PR documents the new ListableReceiverInterface support in RedisReceiver
added in Symfony 8.1.

It adds a section in the Redis transport documentation to explain how to:

  • List all messages in the Redis stream using all().
  • List messages with a limit using all($limit).
  • Find a specific message by ID using find($id).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants