Documentation
¶
Index ¶
- Variables
- type Datastore
- func (ds *Datastore) Batch() (datastore.Batch, error)
- func (ds *Datastore) Close() error
- func (ds *Datastore) Delete(key datastore.Key) (err error)
- func (ds *Datastore) Get(key datastore.Key) (value interface{}, err error)
- func (ds *Datastore) Has(key datastore.Key) (exists bool, err error)
- func (ds *Datastore) IsThreadSafe()
- func (ds *Datastore) Put(key datastore.Key, value interface{}) error
- func (ds *Datastore) Query(q query.Query) (query.Results, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
Source Files
¶
- redis.go
Click to show internal directories.
Click to hide internal directories.