Skip to content

Commit 88ec581

Browse files
committed
Update bench to redis v9
1 parent a25c0ce commit 88ec581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/cschleiden/go-workflows/backend/sqlite"
1717
"github.com/cschleiden/go-workflows/client"
1818
"github.com/cschleiden/go-workflows/worker"
19-
redisv8 "github.com/go-redis/redis/v8"
19+
redisv8 "github.com/redis/go-redis/v9"
2020
)
2121

2222
var b = flag.String("backend", "redis", "Backend to use. Supported backends are:\n- redis\n- mysql\n- sqlite\n")

0 commit comments

Comments
 (0)