mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 15:31:33 +00:00
various cleanups and minor fixes
This commit is contained in:
@ -88,7 +88,7 @@ start_server {tags {"bitops"}} {
|
||||
} {ERR*syntax*}
|
||||
|
||||
test {BITCOUNT regression test for github issue #582} {
|
||||
r del str
|
||||
r del foo
|
||||
r setbit foo 0 1
|
||||
if {[catch {r bitcount foo 0 4294967296} e]} {
|
||||
assert_match {*ERR*out of range*} $e
|
||||
|
Reference in New Issue
Block a user