ra1u / redis-dart

fast redis protocol parser and client
MIT License
84 stars 35 forks source link

SocketException: Connection refused (OS Error: Connection refused, errno = 61), address = localhost, port = 56388 #69

Closed qcks closed 1 year ago

qcks commented 1 year ago

no work

ra1u commented 1 year ago

It seems that your redis server is not available on this port and host. Are you able to connect on redis server without use of this library?

If your server is properly configured, you should be able to connect on redis using redis-cli

redis-cli -h localhost -p 56388 PING