summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-22 00:48:35 +0300
committerValery Piashchynski <[email protected]>2021-04-22 00:48:35 +0300
commite4d65a41ec90747a387cfe769f743327959f7105 (patch)
tree2b5245fa0a86197d4699fc840c658ffa86cd957b /tests/plugins/kv/configs
parente1e168da92e0dca0e067e08ecb4cf264b9344d45 (diff)
- General interface, update RPC and Has/Set methods
Diffstat (limited to 'tests/plugins/kv/configs')
-rw-r--r--tests/plugins/kv/configs/.rr-kv-init.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-kv-init.yaml b/tests/plugins/kv/configs/.rr-kv-init.yaml
new file mode 100644
index 00000000..935b952d
--- /dev/null
+++ b/tests/plugins/kv/configs/.rr-kv-init.yaml
@@ -0,0 +1,30 @@
+rpc:
+ listen: tcp://127.0.0.1:6001
+
+
+kv:
+ default:
+ driver: memory
+
+ boltdb-south:
+ driver: boltdb
+ dir: "."
+ file: "rr.db"
+ bucket: "rr"
+ permissions: 0666
+ ttl: 40s
+
+ boltdb-africa:
+ driver: boltdb
+ dir: "."
+ file: "africa.db"
+ bucket: "rr"
+ permissions: 0666
+ ttl: 40
+
+ memcached:
+ driver: memcached
+ addr: [ "localhost:11211" ]
+
+# redis:
+# driver: redis