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

Extended Sets support by implementing SINTERCARD command #1027

Merged
merged 6 commits into from
Jan 19, 2023

Conversation

vladvildanov
Copy link
Contributor

Closes #969

composer.json Outdated
"friendsofphp/php-cs-fixer": "~3.2.0 || ^3.13"
},
"scripts": {
"php-cs-fixer": "vendor/bin/php-cs-fixer fix --diff --using-cache=yes"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since linters workflow was added, it makes sense to add a dependecy on php-cs-fixer so we can easy run linters on local

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I followed up with this: f6f4830

@tillkruss tillkruss merged commit e3ad353 into predis:main Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Implement Redis 7 command SINTERCARD
3 participants