mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
Former-commit-id: be901767a8008556e3499da60f6ca65f80219346
This commit is contained in:
@@ -19,7 +19,6 @@ type Driver interface {
|
||||
var (
|
||||
_ Driver = (*RedigoDriver)(nil)
|
||||
_ Driver = (*RadixDriver)(nil)
|
||||
_ Driver = (*RadixClusterDriver)(nil)
|
||||
)
|
||||
|
||||
// Redigo returns the driver for the redigo go redis client.
|
||||
@@ -33,8 +32,3 @@ func Redigo() *RedigoDriver {
|
||||
func Radix() *RadixDriver {
|
||||
return &RadixDriver{}
|
||||
}
|
||||
|
||||
// RadixCluster returns the driver for the radix go redis client(only support redis cluster).
|
||||
func RadixCluster() *RadixClusterDriver {
|
||||
return &RadixClusterDriver{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user