forked from RedisGears/RedisGears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathramp.yml
33 lines (33 loc) · 907 Bytes
/
ramp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
display_name: RedisGears
author: RedisLabs
email: [email protected]
description: Dynamic execution framework for your Redis data
homepage: 'http://redisgears.io'
license: Redis Source Available License Agreement
command_line_args: "CreateVenv 1"
min_redis_version: '5.0.7'
min_redis_pack_version: '5.4.11'
config_command: "RG.CONFIGSET"
capabilities:
- types
- replica_of
- failover_migrate
- persistence_aof
- persistence_rdb
- clustering
- backup_restore
- reshard_rebalance
- eviction_expiry
exclude_commands:
- rg.configset
- RG.INNERUNREGISTER
- RG.INNERREGISTER
- RG.INNERMSGCOMMAND
- rg.example
- rg.refreshcluster
- rg.infocluster
- rg.hello
- rg.networktest
- rg.pyfreeinterpreter
overide_command:
- {"command_arity": -1, "command_name": "rg.trigger", "first_key": 2, "flags": ["readonly"], "last_key": 2, "step": 1}