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

fix: incorrect argument type for Redis::setex / Redis::setnx #2634

Closed

Conversation

taka-oyama
Copy link
Contributor

@taka-oyama taka-oyama commented Sep 21, 2023

Resubmit of #2621 to rebase it with 1.10x.

This will change argument type of $value from string to mixed.

This is needed because it's possible to set mixed values in PhpRedis when a serializer is set through Redis::setOption(...).

@thg2k
Copy link
Contributor

thg2k commented Sep 29, 2023

@ondrejmirtes is there a specific reason to keep both cases? IIRC they are strtolower-ed during the map build

@taka-oyama
Copy link
Contributor Author

Closing since it seems like it was fixed in #2706.

@taka-oyama taka-oyama closed this Nov 6, 2023
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.

2 participants