Skip to content

Commit 08f70fd

Browse files
committed
fixes
1 parent 40f0016 commit 08f70fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/warm-melons-argue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { createYoga } from 'graphql-yoga'
2121
import { useHive } from '@graphql-hive/yoga'
2222
import { createClient } from 'redis'
2323

24-
const redis = createClient()
24+
const redis = createClient({ url: 'redis://localhost:6379' })
2525
await redis.connect()
2626

2727
const yoga = createYoga({

0 commit comments

Comments
 (0)