Documentation ¶
Index ¶
- type RClient
- func (r *RClient) GetIncrKey(key string, incr int) (int64, error)
- func (r *RClient) KeyLock(key string)
- func (r *RClient) KeyUnLock(key string)
- func (r *RClient) LRangeInt(key string, s int, e int) ([]int, error)
- func (r *RClient) LRangeString(key string, s int, e int) ([]string, error)
- func (r *RClient) RPushMultiBytes(key string, val [][]byte) error
- func (r *RClient) RPushMultiInt(key string, val []int) error
- func (r *RClient) RPushMultiInt64(key string, val []int64) error
- func (r *RClient) SAddMultiInt(key string, vals []int) error
- func (r *RClient) SAddMultiInt64(key string, vals []int64) error
- func (r *RClient) SAddMultiString(key string, strs []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RClient ¶
RClient redis client 拓展
func (*RClient) GetIncrKey ¶
GetIncrKey ...
func (*RClient) LRangeString ¶
LRangeString ...
func (*RClient) RPushMultiBytes ¶
RPushMultiBytes ...
func (*RClient) RPushMultiInt ¶
RPushMultiInt ...
func (*RClient) RPushMultiInt64 ¶
RPushMultiInt64 ...
func (*RClient) SAddMultiInt ¶
SAddMultiInt ...
func (*RClient) SAddMultiInt64 ¶
SAddMultiInt64 ...
Click to show internal directories.
Click to hide internal directories.