c4pt0r / tcli

The ultimate CLI tool for TiKV
Apache License 2.0
56 stars 13 forks source link

Install doesnt work #30

Open 0xDjole opened 8 months ago

0xDjole commented 8 months ago

Whatever I try, I can't make the CLI run with local docker compose TiKv setup. Using put just hangs...

Do I have to use tiup playground --mode tikv-slim for any particular reason? If you have some docker compose example that would me amazing.

Overall, nice tool. Very happy with it.

blacktear23 commented 7 months ago

Use tiup playground --mode tikv-slim is a good practice to test. Seems your cli got some network issue to connect to TiKV. Maybe your docker's port expose not work? Or you cannot using 127.0.0.1?