1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Bump version.

This commit is contained in:
Vladimir Mihailenco
2014-07-02 18:04:04 +03:00
parent ac192c726d
commit 1b515b695a
4 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"strconv"
"gopkg.in/redis.v1"
"gopkg.in/redis.v2"
)
var client *redis.Client