Open pesseyjulien opened 4 years ago
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
I'm unable to reproduce this. Could you set up a test or project revealing the issue?
I've added Redis to the test suite. This should make it easier to add a failing case.
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