type github.com/go-redis/redis/v8.Sort
8 uses
github.com/go-redis/redis/v8 (current package)
commands.go#L102: Sort(ctx context.Context, key string, sort *Sort) *StringSliceCmd
commands.go#L103: SortStore(ctx context.Context, key, store string, sort *Sort) *IntCmd
commands.go#L104: SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd
commands.go#L590: type Sort struct {
commands.go#L598: func (sort *Sort) args(key string) []interface{} {
commands.go#L618: func (c cmdable) Sort(ctx context.Context, key string, sort *Sort) *StringSliceCmd {
commands.go#L624: func (c cmdable) SortStore(ctx context.Context, key, store string, sort *Sort) *IntCmd {
commands.go#L634: func (c cmdable) SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |