We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87be56a commit 6e4ed4dCopy full SHA for 6e4ed4d
docs/sources/installation/configuration.md
@@ -428,7 +428,7 @@ session provider you have configured.
428
- **mysql:** go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1:3306)/database_name`
429
- **postgres:** ex: user=a password=b host=localhost port=5432 dbname=c sslmode=disable
430
- **memcache:** ex: 127.0.0.1:11211
431
-- **redis:** ex: `addr=127.0.0.1:6379,pool_size=100,db=grafana`
+- **redis:** ex: `addr=127.0.0.1:6379,pool_size=100,prefix=grafana`
432
433
If you use MySQL or Postgres as the session store you need to create the
434
session table manually.
0 commit comments