Skip to content
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

Issue using Redis as Cache #55

Open
pesseyjulien opened this issue Jul 1, 2020 · 2 comments
Open

Issue using Redis as Cache #55

pesseyjulien opened this issue Jul 1, 2020 · 2 comments

Comments

@pesseyjulien
Copy link

Hi,

Great bundle, just a small issue when using Redis for caching.

The key for an element is not the same on update :

  1. "[tags_excluded_football][133]"
  2. "[tags_excluded_football][1]"
  3. "[tags_excluded_football][81]"
  4. "[tags_excluded_football][36]"
  5. "[tags_excluded_football][107]"
  6. "[tags_excluded_football][3]"
  7. "[tags_excluded_football][29]"

It looks like it's incrementing.

Any way to change this ?

Thanks in advance for your help,
Julien

@craue
Copy link
Owner

craue commented Aug 2, 2020

I'm unable to reproduce this. Could you set up a test or project revealing the issue?

@craue
Copy link
Owner

craue commented Aug 3, 2020

I've added Redis to the test suite. This should make it easier to add a failing case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants