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
I use Redis::Namespace to keep my flipper flags separate from the rest of my redis database, but this is currently introducing a bug where I can't remove any feature flags - it tries to remove the flagname key from redis rather than flipper:flagname.
This is due to a bug in redis-namespace - resque/redis-namespace#223 - rather than being anything that Flipper is doing wrong, but thought it was worth highlighting here for anyone else running into the same problem.
As an aside, Flipper is the only reason we use redis-namespace. Would you be supportive of a PR that adds a key_prefix option into flipper-redis, so we can drop redis-namespace?
The text was updated successfully, but these errors were encountered:
I use Redis::Namespace to keep my flipper flags separate from the rest of my redis database, but this is currently introducing a bug where I can't remove any feature flags - it tries to remove the
flagname
key from redis rather thanflipper:flagname
.This is due to a bug in redis-namespace - resque/redis-namespace#223 - rather than being anything that Flipper is doing wrong, but thought it was worth highlighting here for anyone else running into the same problem.
As an aside, Flipper is the only reason we use redis-namespace. Would you be supportive of a PR that adds a
key_prefix
option into flipper-redis, so we can drop redis-namespace?The text was updated successfully, but these errors were encountered: