Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type ClientBblot ¶
type ClientBblot struct {
// contains filtered or unexported fields
}
func NewBblotClient ¶
func NewBblotClient(cfg *OptionsBblot) (*ClientBblot, error)
func (*ClientBblot) ChangeDB ¶
func (s *ClientBblot) ChangeDB(name string) error
func (*ClientBblot) Close ¶
func (s *ClientBblot) Close() error
func (*ClientBblot) Put ¶
func (s *ClientBblot) Put(key, value []byte) error
type OptionsBblot ¶
func Uri2BblotOption ¶
func Uri2BblotOption(uri string) (*OptionsBblot, error)
Click to show internal directories.
Click to hide internal directories.