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
1 changed files with 1 additions and 0 deletions

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()