-
Notifications
You must be signed in to change notification settings - Fork 0
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
client is closed error #7
Comments
Bonus explenation, If I try to manually call If I omit using |
Apparently, just using |
As a solution, I am offering adding a separate opt |
#8 introduces this temporary fix, along with major changes to the code. now, the client is created within the cache as is the case in LMDB. |
@fco-fbatch the recent pull seems to fix the error, without the workaround! |
#9 now allows client to be added from outside, which internally makes |
probably should be mentioned, the other SortKeyCache implementations are targeted for local environments (as per the lazy-evaluation on client-side requirements) however Redis cache aims to provide a single online cache for multiple clients. This may be the root cause of |
Getting
client is closed error
while trying to use the latest version.@erhant you can check the code I am getting an error here. And my redisClient and hollowdb creation process is here.
The error I am getting
The text was updated successfully, but these errors were encountered: