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

Real Redis adds an Array as a stringified member #284

Merged
merged 1 commit into from Nov 2, 2023

Conversation

stevenharman
Copy link
Contributor

We were flattening the wrapped array here to get rid of any nesting of arrays we might have accidentally done by wrapping with an Array literal ([]). Instead, Kernel#Array will leave an existing Array alone, and wrap any single object in an Array. This is consistent with real Redis' behavior.

We were flattening the wrapped array here to get rid of any nesting of
arrays we might have accidentally done by wrapping with an Array
literal. Instead, Kernel#Array will leave an existing Array alone, and
wrap any single object in an Array. This is consistent with Real Redis'
behavior.
@sds sds merged commit dd84624 into sds:main Nov 2, 2023
7 checks passed
@sds sds added the bug label Nov 2, 2023
@sds
Copy link
Owner

sds commented Nov 2, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants