1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-31 14:51:04 +00:00

Test for BITFIELD regression .

This commit is contained in:
antirez 2016-05-18 14:53:30 +02:00
parent c6c86ea05d
commit 078f46126c

@ -184,4 +184,9 @@ start_server {tags {"bitops"}} {
}
}
}
test {BITFIELD regression for #3221} {
r set bits 1
r bitfield bits get u1 0
} {0}
}