Results 2 issues of Xzavier

How to send the 'eval' command?Something like this: `127.0.0.1:6379> eval "return 1" 0`

3个虚拟机,windows server2016环境,3个dnodes: ![image](https://user-images.githubusercontent.com/26517734/188802326-82928fdc-3aa5-48a3-8ceb-ea367577831c.png) 创建3个副本的database: ``` create database if not exists test replica 3; ``` 创建成功后,使用desc查看数据库发现Database not ready的错误: ![image](https://user-images.githubusercontent.com/26517734/188802685-bdd49d9e-68af-4af2-9d86-5e7551e308f3.png) 查看服务端taosdlog,发现sync timeout: ``` 09/07 14:16:08.798000 00007040 SYN vgId:62, sync timeout, type:election count:323,...

bug