ra1u / redis-dart

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

While connecting to redis getting SocketException: Connection refused , address = localhost, port = 45042 #74

Open MilindModi opened 1 year ago

MilindModi commented 1 year ago

Facing same issue as #20 #49 tried with other service like app.redislabs.com and local redis server as well but facing the same issue also check redis.conf file where #requirepass is also commented.

%> flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel unknown, 3.0.2, on macOS 13.1 22C65 darwin-arm, locale en-IN)
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    ✗ cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.74.3)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

! Doctor found issues in 1 category.
Screenshot 2023-02-03 at 1 20 39 PM Screenshot 2023-02-03 at 1 35 44 PM Screenshot 2023-02-03 at 1 38 05 PM