-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
ioredis client does not expose property connected
#204
Comments
Second this issue |
Confirm, using ioredis as redis sentinel client do not save cached value to the Redis |
Also experiencing this -- had to downgrade to 1.5.1 to fix it in the meantime. |
Checked and confirmed with ^1.5.3, Second this issue 👍 |
Confirmed that apicache was not working with ioredis for version 1.5.3, downgrading to 1.51 fixed it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to use apicache with an ioredis client, but we don't see any keys in redis. It seems that the check introduced with 375ccc7 does not work for ioredis because its client does not expose a
connected
property.When I monkey-patch the
connected
property, I can see cache keys in redis.ioredis sends connection events (https://github.com/luin/ioredis#connection-events).
The text was updated successfully, but these errors were encountered: