Skip to content

Commit 6e4ed4d

Browse files
Steven Arnotttorkelo
authored andcommitted
Altered DB for Prefix (grafana#6062)
1 parent 87be56a commit 6e4ed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/installation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ session provider you have configured.
428428
- **mysql:** go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1:3306)/database_name`
429429
- **postgres:** ex: user=a password=b host=localhost port=5432 dbname=c sslmode=disable
430430
- **memcache:** ex: 127.0.0.1:11211
431-
- **redis:** ex: `addr=127.0.0.1:6379,pool_size=100,db=grafana`
431+
- **redis:** ex: `addr=127.0.0.1:6379,pool_size=100,prefix=grafana`
432432

433433
If you use MySQL or Postgres as the session store you need to create the
434434
session table manually.

0 commit comments

Comments
 (0)