godis icon indicating copy to clipboard operation
godis copied to clipboard

godis - an old Redis client for Go

Results 3 godis issues
Sort by recently updated
recently updated
newest added

Hi, This pull request addresses three issues: 1. When a MULTI..EXEC transaction fails because of a WATCH condition, an error is returned by ReadAll. It is difficult to test this...

exp-godis

I'm polling a local Redis 2.6 server with: ``` client := redis.NewClient("localhost", 0, "") reply, err := client.Call("INFO") if err != nil { return "" } client.Call("QUIT") return reply.Elem.String() ```...

the install chapter > Importing godis to your code can be done with import "github.com/simonz05/godis". Thats it! `import "github.com/simonz05/godis"` to `import "github.com/simonz05/godis/redis"`