1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

Update README.md (#2011)

chore: add fmt library in example code
This commit is contained in:
Seyed Ali Ghaffari 2022-01-31 14:04:32 +03:30 committed by GitHub
parent 2321414c27
commit e2d145d6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ go get github.com/go-redis/redis/v8
import (
"context"
"github.com/go-redis/redis/v8"
"fmt"
)
var ctx = context.Background()