|
|
@@ -59,6 +59,7 @@ func (cfg *ClusterConfig) CreateSession() *Session {
|
|
|
connPool: make(map[string]*RoundRobin),
|
|
|
conns: make(map[*Conn]struct{}),
|
|
|
quitWait: make(chan bool),
|
|
|
+ keyspace: cfg.Keyspace,
|
|
|
}
|
|
|
impl.wgStart.Add(1)
|
|
|
for i := 0; i < len(impl.cfg.Hosts); i++ {
|