-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: redis cache storage issues with connecting to remote cluster #486
Comments
@a9raag can you get me the error message? |
@SimFG added the error trace. |
@SimFG I know where it is coming from. I have a solution: |
…487) * [mod] provide redis_connection while model creation for consistency Signed-off-by: Anurag Wagh <a9raag@gmail.com> * [add] documentation for `get_models` method Signed-off-by: Anurag Wagh <a9raag@gmail.com> * [add] set redis connection details to common variable for unit test Signed-off-by: Anurag Wagh <a9raag@gmail.com> * [add] provide redis connection for embedded model Signed-off-by: Anurag Wagh <a9raag@gmail.com> * [add] add doc string for Counter class Signed-off-by: Anurag Wagh <a9raag@gmail.com> --------- Signed-off-by: Anurag Wagh <a9raag@gmail.com>
@a9raag Thank your pull request!!! |
Current Behavior
The GPTCache server works fine while using the local Redis instance but, I am getting a connection error while trying to connect to Remote Redis Instance
Expected Behavior
GPTCache server should start without errors
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: