Skip to content

Commit 40b9213

Browse files
committed
Remove cmd
1 parent 9c3ea0a commit 40b9213

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/redis/redis.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func NewRedisBackend(client redis.UniversalClient, opts ...RedisBackendOption) (
5959
// them, loads them. This doesn't work when using (transactional) pipelines, so eagerly load them on startup.
6060
ctx := context.Background()
6161
cmds := map[string]*redis.StringCmd{
62-
"addEventsToStreamCmd": addEventsToStreamCmd.Load(ctx, rb.rdb),
6362
"addFutureEventCmd": addFutureEventCmd.Load(ctx, rb.rdb),
6463
"futureEventsCmd": futureEventsCmd.Load(ctx, rb.rdb),
6564
"removeFutureEventCmd": removeFutureEventCmd.Load(ctx, rb.rdb),

0 commit comments

Comments
 (0)