-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello, I've noticed two issues when trying to use the redis-cache plugin:
- The cache's
getandsetcommands don't parse and stringify the values correctly. For example, we pass an object instead of a string as the value to redis'ssetcommand, which causes it to error out. - The cache doesn't handle aliases. When using aliases in my queries, the response comes back correctly the first time (when it gets cached) but then doesn't map the aliases correctly on subsequent pulls. These fields instead get mapped to null.
Let me know if you have any questions. Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working