Redis
Connection
Provide a standard Redis URI in the Connect modal. If your instance is secured with a password or ACL, include it in the URI:
redis://default:my_password@localhost:6379/0
Insight O' Mate automatically detects if the RediSearch module is installed and will utilize FT.SEARCH to push down compatible filters (like equality and range) for faster query execution.
Read-only roles
If you use Redis ACLs (Redis 6.0+), create a read-only user:
ACL SETUSER iom-ro on >my_password ~* +@read
What the app fetches
- Keys are sampled to infer your hash or JSON structures.
- No full key-space scans are performed during inference.