Skip to content

Conversation

@vladvildanov
Copy link
Contributor

This changes brings more structure and decoupling between commands and KeyPrefixProcessor. It's makes easy to maintain commands code and introduce new commands, so it's enough for command to implement PrefixableCommandInterface to make it passes through KeyPrefixProcessor

@vladvildanov vladvildanov requested review from a team and chayim April 10, 2023 13:38
@vladvildanov vladvildanov requested a review from tillkruss as a code owner April 10, 2023 13:38
@tillkruss
Copy link
Member

How is this related to #1235?

@vladvildanov
Copy link
Contributor Author

@tillkruss With this changes, we don't need anymore to specify commands within KeyPrefixProcessor and setup the way keys should be prefixed, after this will be merged command itself would be responsible for applying prefix provided by processor to it's own keys.

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

Labels

Development

Successfully merging this pull request may close these issues.

2 participants