mirror of
https://github.com/tiennm99/keepalive.git
synced 2026-09-05 18:16:54 +00:00
docs(readme): add missing adapter examples
This commit is contained in:
@@ -20,6 +20,18 @@ services:
|
||||
url: redis://default@redis-a.example.com:6379
|
||||
namespace: keepalive
|
||||
|
||||
- adapter: valkey
|
||||
config:
|
||||
url: valkey://default@valkey-a.example.com:6379
|
||||
|
||||
- adapter: postgresql
|
||||
config:
|
||||
url: postgresql://user:pass@postgres-a.example.com:5432/keepalive?sslmode=require
|
||||
|
||||
- adapter: mysql
|
||||
config:
|
||||
dsn: user:pass@tcp(mysql-a.example.com:3306)/keepalive
|
||||
|
||||
- adapter: mongodb
|
||||
config:
|
||||
uri: mongodb+srv://user:pass@mongo-a.example.com
|
||||
|
||||
Reference in New Issue
Block a user