Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleClient ¶
func ExampleClient()
Types ¶
type DatabaseId ¶
type DatabaseId = int
type GoRedisConnection ¶
type GoRedisConnection struct {
// contains filtered or unexported fields
}
type GoRedisRepository ¶
type GoRedisRepository struct {
// contains filtered or unexported fields
}
func (*GoRedisRepository) ConnectTo ¶
func (repository *GoRedisRepository) ConnectTo(connectionId connections.ConnectionId) error
func (*GoRedisRepository) Save ¶
func (repository *GoRedisRepository) Save(connectionId connections.ConnectionId, object *Object) (*ObjectId, error)
type Repository ¶
type Repository interface { ConnectTo(connectionId connections.ConnectionId) error Save(connectionId connections.ConnectionId, object *Object) (*ObjectId, error) }
Click to show internal directories.
Click to hide internal directories.