Xzavier
Xzavier
How to send the 'eval' command?Something like this: `127.0.0.1:6379> eval "return 1" 0`
3个虚拟机,windows server2016环境,3个dnodes:  创建3个副本的database: ``` create database if not exists test replica 3; ``` 创建成功后,使用desc查看数据库发现Database not ready的错误:  查看服务端taosdlog,发现sync timeout: ``` 09/07 14:16:08.798000 00007040 SYN vgId:62, sync timeout, type:election count:323,...