yugabyte/yugabyte-db

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

Open

#1547 aperta il 14 giu 2019

Vedi su GitHub
 (6 commenti) (1 reazione) (0 assegnatari)C (1003 fork)batch import
help wantedkind/bugkind/enhancement

Metriche repository

Star
 (8229 star)
Metriche merge PR
 (Merge medio 17g 21h) (92 PR mergiate in 30 g)

Descrizione

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

Guida contributor