You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my tidis is clone of master branch and I've build it with the command make release
I'm running tidis with the config bellow:
[server]
listen = "0.0.0.0"port = 6380# disable tcp port if set to 0tls_listen = "0.0.0.0"tls_port = 0# disable tls if tls_port set to 0tls_key_file = ""# disable tls if key or cert file not settls_cert_file = ""tls_auth_client = false# tls_ca_cert_file must be specified if tls_auth_client is truepd_addrs = "127.0.0.1:2379"# PD addresses of the TiKV clusterinstance_id = "1"# instance_id can be used as tenant identifier# prometheus_listen = "0.0.0.0"# prometheus_port = 8080log_level = "info"log_file = "tidis.log"
[backend]
use_txn_api = true# use transaction api for full api supporteduse_async_commit = true# try to use async commit in tikvtry_one_pc_commit = true# try to use one pc commituse_pessimistic_txn = true# use optimistic transaction modelocal_pool_number = 4# localset pool number for handle connectionstxn_retry_count = 10# transaction retry counttxn_region_backoff_delay_ms = 2# transaction region error backoff base delay timetxn_region_backoff_delay_attemps = 2# transaction region error backoff retry max attemptstxn_lock_backoff_delay_ms = 2# transaction lock error backoff base delay timetxn_lock_backoff_delay_attemps = 5# transaction lock error backoff retry max attempts
However, when I connect to tidis with redis-cli and I run some simple commands I get the following error:
Hi. I'm running
tikv
with the following command:my
tidis
is clone of master branch and I've build it with the commandmake release
I'm running
tidis
with the config bellow:However, when I connect to
tidis
with redis-cli and I run some simple commands I get the following error:The text was updated successfully, but these errors were encountered: