package
0.0.0-20240921064929-42e23e89da8f
Repository: https://github.com/liangpengcheng/qcontinuum.git
Documentation: pkg.go.dev
# Functions
DelRedis 删除某个键值.
GenKeyIDRedis 获得一个自增长id.
GetHashRedis get hash value.
GetRCmd 获得命令.
GetRedis 泛型获得,没有这个key的时候也返回error.
HashDelRedis 删除某个hash键值.
HExistsRedis 是否存在某个hash值.
HLenRedis hash长度.
IncrExpiryRedis 设置一个数值,并且设置过期时间,如果只设置一个过期时间value设置为nil.
IncrHashRedis incr hash value.
IncrRedis incr value.
KeyExistsRedis 是否存在这个键值.
MapUpser inserts an item to a map document.
NewCouchbaseConnection 创建链接.
NewMongoCollection collection.
NewMongoDB 创建一个MongoDB.
NewRedisCouchbaseQuery 新建一个组合.
NewRedisNode 创建一个节点.
SetExpiryRedis 设置一个数值,并且设置过期时间,如果只设置一个过期时间value设置为nil.
SetHashRedis set hash value.
SetRedis set a value by interface.
# Structs
CouchbaseCluster 封装.
MongoDB mongo.
MongoDBCollection 集合.
RedisNode 一个redis节点.
# Interfaces
IQuery 接口.
# Type aliases
RedisConn 重新定义.