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

Missing BITFIELD_RO support #1400

Open
aistis- opened this issue Sep 13, 2023 · 1 comment
Open

Missing BITFIELD_RO support #1400

aistis- opened this issue Sep 13, 2023 · 1 comment
Assignees
Labels

Comments

@aistis-
Copy link

aistis- commented Sep 13, 2023

Seems that predis is missing BITFIELD_RO support. It was added since Redis 6.0

https://redis.io/commands/bitfield_ro/

Currently an exception is thrown:

[Predis\ClientException]
  Command `BITFIELD_RO` is not a registered Redis command.
@tillkruss
Copy link
Member

You can use $client->executeRaw(['BITFIELD_RO', 'foo']); in the meantime.

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

No branches or pull requests

3 participants