yugabyte/yugabyte-db

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

Open

#1.547 geöffnet am 14. Juni 2019

Auf GitHub ansehen
 (6 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C (1.003 Forks)batch import
help wantedkind/bugkind/enhancement

Repository-Metriken

Stars
 (8.229 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide