mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Fix BITFIELD_RO test.
This commit is contained in:
@ -1007,7 +1007,7 @@ void bitfieldGeneric(client *c, int flags) {
|
||||
} else {
|
||||
if (flags & BITFIELD_FLAG_READONLY) {
|
||||
zfree(ops);
|
||||
addReplyError(c, "BITFIELD_RO only support the GET subcommand");
|
||||
addReplyError(c, "BITFIELD_RO only supports the GET subcommand");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user