const github.com/go-redis/redis/v8.Nil
16 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L1385: if err == Nil {
command.go#L313: if err == Nil {
command.go#L630: if cmd.err == Nil {
command.go#L820: case err == Nil:
command.go#L1249: if err != nil && err != Nil {
command.go#L1254: if err != nil && err != Nil {
command.go#L1293: if err != nil && err != Nil {
command.go#L1354: if err != nil && err != Nil {
command.go#L1359: if err != nil && err != Nil {
command.go#L1364: if err != nil && err != Nil {
command.go#L1972: if err == Nil {
command.go#L2071: case err == Nil:
command.go#L2118: case err == Nil:
redis.go#L14: const Nil = proto.Nil
redis.go#L496: if err == Nil {
golang.org/x/pkgsite/internal/cache
cache.go#L31: if err == redis.Nil { // not found
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |