Skip to content

Commit dd9eaaf

Browse files
committed
fix: use redis-strings handler for vanilla redis compatibility
1 parent 6b56723 commit dd9eaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cache-handler.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CacheHandler } from '@neshca/cache-handler'
22
import createLruHandler from '@neshca/cache-handler/local-lru'
3-
import createRedisHandler from '@neshca/cache-handler/redis-stack'
3+
import createRedisHandler from '@neshca/cache-handler/redis-strings'
44
import { createClient } from 'redis'
55

66
CacheHandler.onCreation(async () => {

0 commit comments

Comments
 (0)