Skip to content

Instantly share code, notes, and snippets.

View AllYourTexts's full-sized avatar

AllYourTexts AllYourTexts

View GitHub Profile
@AllYourTexts
AllYourTexts / Gosexy redis poc
Last active August 29, 2015 14:24
POC of 999 error with gosexy/redis
package main
import (
"log"
"menteslibres.net/gosexy/redis"
"os"
"strconv"
)
func GetRedisClient() (client *redis.Client, err error) {