yugabyte/yugabyte-db

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

Open

#1,547 opened on 2019年6月14日

GitHub で見る
 (6 comments) (1 reaction) (0 assignees)C (1,003 forks)batch import
help wantedkind/bugkind/enhancement

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (平均マージ 17d 21h) (30d で 92 merged PRs)

説明

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

コントリビューターガイド