I am running dragonfly through docker and I can see the webpage on port 6369 and the /metrics route to monitor the stats.
Do we have any other UI pages which can be used to create and monitor existing keys in the cache?
I am running dragonfly through docker and I can see the webpage on port 6369 and the /metrics route to monitor the stats.
Do we have any other UI pages which can be used to create and monitor existing keys in the cache?
@humorous-coyote there is RedisInsight https://redis.com/redis-enterprise/redis-insight/
I just learned about it a few days ago and it works fine with Dragonfly too
Nice thanks🙌
Do you know if there are any other such admin tool that also works with dragonfly?
I am looking for something like an admin UI where I can create usernames and passwords for my team to access the database
Ah, that I am not aware of other than the CLI interface
There is also https://github.com/qishibo/AnotherRedisDesktopManager which states they support ACL but you need to check yourself what does it mean
if they provide this functionality please update us
It looks like an alternate version for redisInsight app.
Do you have any docs in setting username and password directly using the dragonfly docker?