We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f0016 commit 08f70fdCopy full SHA for 08f70fd
.changeset/warm-melons-argue.md
@@ -21,7 +21,7 @@ import { createYoga } from 'graphql-yoga'
21
import { useHive } from '@graphql-hive/yoga'
22
import { createClient } from 'redis'
23
24
-const redis = createClient()
+const redis = createClient({ url: 'redis://localhost:6379' })
25
await redis.connect()
26
27
const yoga = createYoga({
0 commit comments