You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCell identifies each node with a unique node ID. If not given then its auto-generated.
Each node needs to be reachable over 0MQ, and the addr option
specifies the 0MQ address where the host can be reached. When giving a tcp://
URL, you must specify an IP address and not a hostname.
To use the registry for global data distribution, you'll need to provide the
location of the registry server. This can be done through the "registry"
configuration key. DCell officially supports cassandra, zookeeper and redis as storage backends.
Redis adapter configuration options:
host: hostname or IP address of the Redis server (optional, default localhost)
port: port of the Redis server (optional)
password: password to the Redis server (optional)
env: suffix of Redis namespace (optional, default "production")