Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Fix lrem parameter order #4

Conversation

daniellienert
Copy link
Contributor

@daniellienert daniellienert commented Jan 18, 2022

While PHP redis extension has

public function lRem($key, $value, $count);

predis has

@method int lrem($key, $count, $value);

While PHP redis extension has

public function lRem($key, $value, $count);

predis has

@method int lrem($key, $count, $value);
@daniellienert
Copy link
Contributor Author

Sorry for the code style changes

@robertlemke robertlemke merged commit e29549a into flownative:master Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants