Grafana Redis Configuration

  • What Grafana version and what operating system are you using?
    Grafana Version 8.1.2
    Debian 10 Buster

  • What are you trying to achieve?
    Grafana Caching into redis

  • What happened?
    grafana is not using the redis cache

  • What did you expect to happen?
    that it use the cache

  • Can you copy/paste the configuration(s) that you are having problems with?

[remote_cache]

Either “redis”, “memcached” or “database” default is “database”

type = redis
connstr = addr=127.0.0.1:6379,db=0,ssl=false

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

No errors at all in the logs

Which back-end data store/s do you use, and how many queries do you have in
your dashboard/s?

Antony.

@markohorn maybe this helps: remote_cache 6.1.x redis configuration · Issue #16488 · grafana/grafana · GitHub. In a nutshell; the cache is probably not being used

This topic was automatically closed after 365 days. New replies are no longer allowed.