Skip to content

redis cache issues #1130

@jakeblaxon

Description

@jakeblaxon

Hello, I've noticed two issues when trying to use the redis-cache plugin:

  1. The cache's get and set commands don't parse and stringify the values correctly. For example, we pass an object instead of a string as the value to redis's set command, which causes it to error out.
  2. 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions