go-loco / gr

Redis 3 Client for Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geo Support

go-loco opened this issue · comments

Geo Support

Para soportar Geo:

Crear un file cmdgeo.go
Verificar en el site de redis todos los comandos agrupados en GEO
Para cada comando de redis una funcion. Tomar como base el file cmdhashes.go
Agregar los comandos en los files redis.go y pipeline.go
Crear un file de test cmdgeo_test.go. +95% de code coverage

UTILIZAR REDIS 3.2 !!! (BETA BRANCH)