yugabyte/yugabyte-db

Need to add instructions to run setup_redis before using redis-cli

Open

#1,547 建立於 2019年6月14日

在 GitHub 查看
 (6 留言) (1 反應) (0 負責人)C (1,003 fork)batch import
help wantedkind/bugkind/enhancement

倉庫指標

Star
 (8,229 star)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 92 個 PR)

描述

Right now when we run yb-ctl create we print the different connect strings, but redis would not work unless we run yb-ctl setup_redis or we need to bundle that into the yb-ctl create call.

If I tried to run redis without running setup redis we would see this error.

➜  yugabyte-1.2.10.0 ./bin/redis-cli -h 127.0.0.1
127.0.0.1:6379> set foo bar
(error) ERR set: Could not open YBTable

貢獻者指南