提交 b1fb213a 作者: Brian Tiger Chow

fix(ipfs_routingd) ttl documentation

上级 aed1373a
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
) )
var ( var (
ttl = flag.Duration("ttl", 12*time.Hour, "routing datastore (also available: aws)") ttl = flag.Duration("ttl", 12*time.Hour, "period after which routing keys expire")
redisHost = flag.String("redis-host", "localhost:6379", "redis tcp host address:port") redisHost = flag.String("redis-host", "localhost:6379", "redis tcp host address:port")
redisPassword = flag.String("redis-pass", "", "redis password if required") redisPassword = flag.String("redis-pass", "", "redis password if required")
datastoreOption = flag.String("datastore", "redis", "routing datastore (also available: aws)") datastoreOption = flag.String("datastore", "redis", "routing datastore (also available: aws)")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论