content/integrate/write-behind/reference/cli/redis-di-create.md
Usage: redis-di create [OPTIONS]
loglevel:
info--loglevel -log-levelsilent:
false--silentSilent install. Do not prompt to enter missing parameters
no_configure:
false--no-configureDo not install Write-behind Engine to the Write-behind Database
cluster_host (REQUIRED):
none--cluster-hostHost/IP of Redis Enterprise Cluster (service name in case of k8s)
cluster_api_port (REQUIRED):
9443--cluster-api-portAPI Port of Redis Enterprise Cluster
cluster_user (REQUIRED):
none--cluster-userRedis Enterprise Cluster username with either DB Member, Cluster Member or Cluster Admin roles
cluster_password:
none--cluster-passwordRedis Enterprise Cluster Password
rdi_port:
none--rdi-portPort for the new Write-behind Database
rdi_password:
--rdi-passwordPassword for the new Write-behind Database (alphanumeric characters with zero or more of the following: ! & # $ ^ < > -)
rdi_memory:
100--rdi-memoryMemory for Write-behind Database (in MB)
rdi_shards:
1--rdi-shardsNumber of database server-side shards
replication:
false--replicationIn-memory database replication
redisgears_module:
--redisgears-moduleRedisGears module file
with_rejson:
false--with-rejsonInclude ReJSON in the Write-behind Database
help:
false--helpShow this message and exit.
Usage: redis-di create [OPTIONS]
Creates the Write-behind Database instance
Options:
-log-level, --loglevel [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
--silent Silent install. Do not prompt to enter
missing parameters
--no-configure Do not install Write-behind Engine to the Write-behind
Database
--cluster-host TEXT Host/IP of Redis Enterprise Cluster (service
name in case of k8s) [required]
--cluster-api-port INTEGER RANGE
API Port of Redis Enterprise Cluster
[default: 9443; 1000<=x<=65535; required]
--cluster-user TEXT Redis Enterprise Cluster username with
either DB Member, Cluster Member or Cluster
Admin roles [required]
--cluster-password TEXT Redis Enterprise Cluster Password
--rdi-port INTEGER RANGE Port for the new Write-behind Database
[1000<=x<=65535]
--rdi-password TEXT Password for the new Write-behind Database
(alphanumeric characters with zero or more
of the following: ! & # $ ^ < > -)
--rdi-memory INTEGER RANGE Memory for Write-behind Database (in MB) [x>=30]
--rdi-shards INTEGER RANGE Number of database server-side shards
[x>=1]
--replication In-memory database replication
--redisgears-module TEXT RedisGears module file
--help Show this message and exit.