go-redis Questions

3

I have a following piece of code in which I am trying to add an array to a redis set but it is giving me an error. package main import ( "encoding/json" "fmt" "github.com/go-redis/redis" ) t...
Sharlenesharline asked 30/3, 2020 at 6:34

2

My environment is go1.17.2 Windows AMD64 with go env GO111MODULE=on. I add import "github.com/go-redis/redis/v8" in my code. I execute go install github.com/go-redis/redis/v8@latest, but ...
Aloin asked 10/11, 2021 at 3:2

1

I'm building a golang:1.14.2 docker container with go-redis from a Dockerfile. FROM golang:1.14.2 # project setup and install go-redis RUN mkdir -p /go/delivery && cd /go/delivery &&a...
Anecdotic asked 30/4, 2020 at 18:33
1

© 2022 - 2024 — McMap. All rights reserved.