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 9c3ea0a commit 40b9213Copy full SHA for 40b9213
backend/redis/redis.go
@@ -59,7 +59,6 @@ func NewRedisBackend(client redis.UniversalClient, opts ...RedisBackendOption) (
59
// them, loads them. This doesn't work when using (transactional) pipelines, so eagerly load them on startup.
60
ctx := context.Background()
61
cmds := map[string]*redis.StringCmd{
62
- "addEventsToStreamCmd": addEventsToStreamCmd.Load(ctx, rb.rdb),
63
"addFutureEventCmd": addFutureEventCmd.Load(ctx, rb.rdb),
64
"futureEventsCmd": futureEventsCmd.Load(ctx, rb.rdb),
65
"removeFutureEventCmd": removeFutureEventCmd.Load(ctx, rb.rdb),
0 commit comments