RedisBloom / redisbloom-py

Python client for Redisbloom
https://redisbloom.io
BSD 3-Clause "New" or "Revised" License
76 stars 11 forks source link

redis.exceptions.ResponseError: unknown command `BF.RESERVE`, with args beginning with: `bloom`, `0.01`, `1000` #23

Closed phpsxg closed 3 years ago

phpsxg commented 3 years ago

rb = Client(host=custom_config.QINGSHIHE_HOST, port=custom_config.REDIS_PORT) rb.bfCreate('bloom', 0.01, 1000)

fail: redis.exceptions.ResponseError: unknown command BF.RESERVE, with args beginning with: bloom, 0.01, 1000

gkorland commented 3 years ago

@phpsxg how did you start the server? which version of the module are you using? Please check https://oss.redislabs.com/redisbloom/Quick_Start/

amanAtHoneyHealth commented 1 year ago

Having the same issue with version 7.0.10. And also started the server