Skip to content

Commit

Permalink
feat: add test for Tair DB
Browse files Browse the repository at this point in the history
Signed-off-by: daz-3ux <[email protected]>
  • Loading branch information
Daz-3ux committed Sep 21, 2023
1 parent 61e7e08 commit db64630
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Database:
ssl:
cluster: false
version:
access_key:
access_key_secret:

Kvstore:
host:
Expand All @@ -69,14 +71,18 @@ Database:
cluster: false
version:

# Amazon ElastiCache for Redis
ElastiCache:
host:
port:
password:
ssl:
cluster: false
version:
access_key:
access_key_secret:

# Amazon MemoryDB for Redis
MemoryDB:
host:
port:
Expand All @@ -92,6 +98,8 @@ Database:
ssl:
cluster: false
version:
access_key:
access_key_secret:

GoogleMemoryStore:
host:
Expand All @@ -100,6 +108,8 @@ Database:
ssl:
cluster: false
version:
access_key:
access_key_secret:

TencentRedis:
host:
Expand All @@ -108,11 +118,15 @@ Database:
ssl:
cluster: false
version:
access_key:
access_key_secret:

GaussDBRedis:
host:
port:
password:
ssl:
cluster: false
version:
version:
access_key:
access_key_secret:
Loading

0 comments on commit db64630

Please sign in to comment.