Skip to content

Commit 47e13e4

Browse files
authored
fix: use redis-strings handler for vanilla redis compatibility (#1419)
1 parent 6b56723 commit 47e13e4

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)