type github.com/go-redis/redis/v8.SlowLogCmd
9 uses
github.com/go-redis/redis/v8 (current package)
command.go#L2184: type SlowLogCmd struct {
command.go#L2190: var _ Cmder = (*SlowLogCmd)(nil)
command.go#L2192: func NewSlowLogCmd(ctx context.Context, args ...interface{}) *SlowLogCmd {
command.go#L2193: return &SlowLogCmd{
command.go#L2201: func (cmd *SlowLogCmd) Val() []SlowLog {
command.go#L2205: func (cmd *SlowLogCmd) Result() ([]SlowLog, error) {
command.go#L2209: func (cmd *SlowLogCmd) String() string {
command.go#L2213: func (cmd *SlowLogCmd) readReply(rd *proto.Reader) error {
commands.go#L2309: func (c cmdable) SlowLogGet(ctx context.Context, num int64) *SlowLogCmd {
![]() |
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. |