We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b56723 commit 47e13e4Copy full SHA for 47e13e4
1 file changed
cache-handler.mjs
@@ -1,6 +1,6 @@
1
import { CacheHandler } from '@neshca/cache-handler'
2
import createLruHandler from '@neshca/cache-handler/local-lru'
3
-import createRedisHandler from '@neshca/cache-handler/redis-stack'
+import createRedisHandler from '@neshca/cache-handler/redis-strings'
4
import { createClient } from 'redis'
5
6
CacheHandler.onCreation(async () => {
0 commit comments