ra1u / redis-dart

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

Redis connection issue... #96

Open himanshucodebrik opened 7 months ago

himanshucodebrik commented 7 months ago

Flutter

-> Redis auto-connect not working and also redis not connected in low network.

package socket_io_client many Same as all option to socket .enableReconnection(),.setReconnectionDelay(1)...etc. but not any option redis if any time connection disconnect or not working then not error log print.

How to solve redis reconnection() or disconnect log? i have used redis 4.0.0 package.