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

Make Script and Pipeline interoperable. Fixes #18.

This commit is contained in:
Vladimir Mihailenco
2013-12-30 13:02:14 +02:00
parent af4ea559fe
commit 82a41314a0
5 changed files with 57 additions and 23 deletions

View File

@ -1,7 +1,3 @@
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package redis
func (c *baseClient) Pool() pool {