Documentation ¶
Index ¶
- type ClusterClient
- func (d *ClusterClient) Batch() (ds.Batch, error)
- func (d *ClusterClient) Close() error
- func (d *ClusterClient) Delete(k ds.Key) error
- func (d *ClusterClient) Get(k ds.Key) ([]byte, error)
- func (d *ClusterClient) GetSize(k ds.Key) (int, error)
- func (d *ClusterClient) Has(k ds.Key) (bool, error)
- func (d *ClusterClient) HashSlots(k ds.Key) (*shard.Node, error)
- func (d *ClusterClient) Put(k ds.Key, value []byte) error
- func (d *ClusterClient) Query(q dsq.Query) (dsq.Results, error)
- func (d *ClusterClient) Sync(ds.Key) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterClient ¶
type ClusterClient struct {
// contains filtered or unexported fields
}
func NewClusterClient ¶
func (*ClusterClient) Close ¶
func (d *ClusterClient) Close() error
Click to show internal directories.
Click to hide internal directories.