Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface { HExistsVal(ctx context.Context, key, field string) bool HGetInt(ctx context.Context, key, field string) (int, error) HGetAllResult(ctx context.Context, key string) (map[string]string, error) HSetResult(ctx context.Context, key string, values ...interface{}) (int64, error) HDelResult(ctx context.Context, key string, fields ...string) (int64, error) }
Click to show internal directories.
Click to hide internal directories.