Documentation
¶
Index ¶
- type FakeRedis
- func (this *FakeRedis) Blpop(key string, timeout int) (string, error)
- func (this *FakeRedis) Brpop(key string, timeout int) (string, error)
- func (this *FakeRedis) Get(key string) (string, error)
- func (this *FakeRedis) Hexists(key string, field string) (bool, error)
- func (this *FakeRedis) Hget(key string, field string) (string, error)
- func (this *FakeRedis) Hgetall(key string) (map[string]string, error)
- func (this *FakeRedis) Hincrby(key string, field string, amount int) (string, error)
- func (this *FakeRedis) Hset(key string, field string, value string)
- func (this *FakeRedis) Lpop(key string) (string, error)
- func (this *FakeRedis) Lpush(key string, value string) error
- func (this *FakeRedis) Rpop(key string) (string, error)
- func (this *FakeRedis) Rpush(key string, value string) error
- func (this *FakeRedis) Set(key string, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.