prisma-redis-middleware
prisma-redis-middleware copied to clipboard
Cache doens't invalidate when setting `keyPrefix` option
Describe the bug
When setting the keyPrefix to any value the cache doen's get invalidate, in this screenshot the value is app:dev:jobs:prisma:
Expected behavior
Cache should invalidate on mutation with any keyPrefix string set
Screenshots
With keyPrefix
W/o keyPrefix
Additional context This is run from the example and the redis and db has been flushed before executing