You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jessarcher Thank you for your report! Just added a PR to fix this issue. Please make sure you're using correct prefix pattern, prefixes with : occurs WRONGTYPE Operation against a key holding the wrong kind of value redis server error for xadd command.
Describe the bug
Stream commands like
xadd
are not applying the key prefix.To Reproduce
Steps to reproduce the behavior:
Predis\Client
with a prefix (e.g. 'sample:').xadd
method with a key (e.g. 'my-stream-key').Expected behavior
The configured key prefix should be prepended to the key provided to
xadd
.Versions (please complete the following information):
Code sample
Additional context
The issue does not exist with other data structures using the same client instance above.
The text was updated successfully, but these errors were encountered: