zkteco-home / redis-windows

Native port of Redis for Windows,it can be installed as service.
MIT License
1.91k stars 173 forks source link

crash with cluster mode errorcode c0000005 #6

Closed KnightBlood closed 2 years ago

KnightBlood commented 2 years ago

IMG_20211230_171503 node config like this port from 6380-6385

KnightBlood commented 2 years ago

need exce redis-cli --cluster create IP:6380 IP:6381 IP:6382 IP:6383 IP:6384 IP:6385 --cluster-replicas 1

zkteco-home commented 2 years ago

need exce redis-cli --cluster create IP:6380 IP:6381 IP:6382 IP:6383 IP:6384 IP:6385 --cluster-replicas 1

in fact i already tested this cluster function before released.maybe something happend.can you send me your all config files,i will test it again.thank you very much,you can send config file to my email : my9988@126.com

KnightBlood commented 2 years ago

need exce redis-cli --cluster create IP:6380 IP:6381 IP:6382 IP:6383 IP:6384 IP:6385 --cluster-replicas 1

in fact i already tested this cluster function before released.maybe something happend.can you send me your all config files,i will test it again.thank you very much,you can send config file to my email : my9988@126.com

i had send all file to your email

zkteco-home commented 2 years ago

I fixed this issue,it took me long time to locate issue,because that there is a little difficult about this issue. i tested it like this,you test it please and tell me result. image

KnightBlood commented 2 years ago

I need quite a long time to test its stability, performance, efficiency

zkteco-home commented 2 years ago

i updated program,please pull new and test it,for old version when key number is large(key number>100000),it will stop work.