type github.com/go-redis/redis/v8.BoolCmd
46 uses
github.com/go-redis/redis/v8 (current package)
command.go#L596: type BoolCmd struct {
command.go#L602: var _ Cmder = (*BoolCmd)(nil)
command.go#L604: func NewBoolCmd(ctx context.Context, args ...interface{}) *BoolCmd {
command.go#L605: return &BoolCmd{
command.go#L613: func (cmd *BoolCmd) Val() bool {
command.go#L617: func (cmd *BoolCmd) Result() (bool, error) {
command.go#L621: func (cmd *BoolCmd) String() string {
command.go#L625: func (cmd *BoolCmd) readReply(rd *proto.Reader) error {
commands.go#L85: Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
commands.go#L86: ExpireAt(ctx context.Context, key string, tm time.Time) *BoolCmd
commands.go#L89: Move(ctx context.Context, key string, db int) *BoolCmd
commands.go#L93: Persist(ctx context.Context, key string) *BoolCmd
commands.go#L94: PExpire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
commands.go#L95: PExpireAt(ctx context.Context, key string, tm time.Time) *BoolCmd
commands.go#L99: RenameNX(ctx context.Context, key, newkey string) *BoolCmd
commands.go#L119: MSetNX(ctx context.Context, values ...interface{}) *BoolCmd
commands.go#L121: SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd
commands.go#L122: SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd
commands.go#L142: HExists(ctx context.Context, key, field string) *BoolCmd
commands.go#L151: HMSet(ctx context.Context, key string, values ...interface{}) *BoolCmd
commands.go#L152: HSetNX(ctx context.Context, key, field string, value interface{}) *BoolCmd
commands.go#L181: SIsMember(ctx context.Context, key string, member interface{}) *BoolCmd
commands.go#L184: SMove(ctx context.Context, source, destination string, member interface{}) *BoolCmd
commands.go#L263: ClientPause(ctx context.Context, dur time.Duration) *BoolCmd
commands.go#L335: ClientSetName(ctx context.Context, name string) *BoolCmd
commands.go#L385: func (c statefulCmdable) ClientSetName(ctx context.Context, name string) *BoolCmd {
commands.go#L461: func (c cmdable) Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd {
commands.go#L467: func (c cmdable) ExpireAt(ctx context.Context, key string, tm time.Time) *BoolCmd {
commands.go#L494: func (c cmdable) Move(ctx context.Context, key string, db int) *BoolCmd {
commands.go#L518: func (c cmdable) Persist(ctx context.Context, key string) *BoolCmd {
commands.go#L524: func (c cmdable) PExpire(ctx context.Context, key string, expiration time.Duration) *BoolCmd {
commands.go#L530: func (c cmdable) PExpireAt(ctx context.Context, key string, tm time.Time) *BoolCmd {
commands.go#L559: func (c cmdable) RenameNX(ctx context.Context, key, newkey string) *BoolCmd {
commands.go#L746: func (c cmdable) MSetNX(ctx context.Context, values ...interface{}) *BoolCmd {
commands.go#L779: func (c cmdable) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd {
commands.go#L780: var cmd *BoolCmd
commands.go#L798: func (c cmdable) SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *BoolCmd {
commands.go#L799: var cmd *BoolCmd
commands.go#L990: func (c cmdable) HExists(ctx context.Context, key, field string) *BoolCmd {
commands.go#L1063: func (c cmdable) HMSet(ctx context.Context, key string, values ...interface{}) *BoolCmd {
commands.go#L1073: func (c cmdable) HSetNX(ctx context.Context, key, field string, value interface{}) *BoolCmd {
commands.go#L1314: func (c cmdable) SIsMember(ctx context.Context, key string, member interface{}) *BoolCmd {
commands.go#L1334: func (c cmdable) SMove(ctx context.Context, source, destination string, member interface{}) *BoolCmd {
commands.go#L2169: func (c cmdable) ClientPause(ctx context.Context, dur time.Duration) *BoolCmd {
result.go#L46: func NewBoolResult(val bool, err error) *BoolCmd {
result.go#L47: var cmd BoolCmd
 |
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. |