MCPcopy Create free account

hub / github.com/Kirov7/CouloyDB / functions

Functions564 in github.com/Kirov7/CouloyDB

FunctionTestTxn_MSet
(t *testing.T)
txn_test.go:194
FunctionTestTxn_SetEX
(t *testing.T)
txn_test.go:36
FunctionTestTxn_SetNX
(t *testing.T)
txn_test.go:13
FunctionTestTxn_StrLen
(t *testing.T)
txn_test.go:59
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/reply.go:35
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/reply.go:57
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/reply.go:86
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/reply.go:105
MethodToBytes
()
server/resp/reply/reply.go:114
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/reply.go:123
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/consts.go:9
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/consts.go:19
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/consts.go:36
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/consts.go:51
MethodToBytes
ToBytes marshal redis.Reply
server/resp/reply/consts.go:61
MethodToBytes
ToBytes marshals redis.Reply
server/resp/reply/errors.go:9
MethodToBytes
ToBytes marshals redis.Reply
server/resp/reply/errors.go:23
MethodToBytes
ToBytes marshals redis.Reply
server/resp/reply/errors.go:50
MethodToBytes
ToBytes marshals redis.Reply
server/resp/reply/errors.go:64
MethodToBytes
ToBytes marshals redis.Reply
server/resp/reply/errors.go:80
MethodUnWatch
(watcher *Watcher)
db.go:724
MethodValid
()
iterator.go:38
MethodValid
()
meta/hmap.go:120
MethodValid
()
meta/art.go:148
MethodValid
()
meta/btree.go:135
MethodValidateObject
(ctx context.Context, object *pool.PooledObject)
server/resp/client/pool.go:31
MethodValue
()
iterator.go:46
MethodValue
()
meta/hmap.go:128
MethodValue
()
meta/art.go:164
MethodValue
()
meta/btree.go:143
MethodWrite
(item any)
public/ds/eventQueue.go:40
MethodWrite
(bytes []byte)
driver/mmap.go:34
MethodWrite
(bytes []byte)
driver/fileIO.go:23
MethodWrite
(bytes []byte)
server/sliceRouter.go:44
FunctiondefaultFunc
relay command to responsible peer, and return its reply to client
server/database/clusterdb.go:114
FunctiondeleteInSlice
(a []T, elem T)
batch.go:129
FunctionexecDel
execDel removes a key from db
server/database/key.go:20
FunctionexecDelCluster
execDelCluster atomically removes given writeKeys from cluster, writeKeys can be distributed on any node if the given writeKeys are distributed on dif
server/database/key.go:122
FunctionexecExists
execExists checks if a is existed in db
server/database/key.go:31
FunctionexecFlushDB
execFlushDB removes all data in current db
server/database/key.go:43
FunctionexecFlushDBCluster
execFlushDBCluster removes all data in current database
server/database/key.go:145
FunctionexecGet
execGet returns string value bound to the given key
server/database/string.go:24
FunctionexecGetSet
execGetSet sets value of a string-type key and returns its old value
server/database/string.go:63
FunctionexecKeys
execKeys returns all keys matching the given pattern
server/database/key.go:108
FunctionexecKeysCluster
execKeysCluster renames a key, the origin and the destination must within the same node
server/database/key.go:178
FunctionexecPing
Ping the server
server/database/ping.go:13
FunctionexecPingCluster
(cluster *ClusterDatabase, c *server.Conn, cmdAndArgs [][]byte)
server/database/ping.go:23
FunctionexecRename
execRename a key
server/database/key.go:73
FunctionexecRenameCluster
execRenameCluster renames a key, the origin and the destination must within the same node
server/database/key.go:161
FunctionexecRenameNx
execRenameNx a key, only if the new key does not exist
server/database/key.go:90
FunctionexecSet
execSet sets string value and time to live to the given key
server/database/string.go:38
FunctionexecSetNX
execSetNX sets string if not exists
server/database/string.go:51
FunctionexecStrLen
execStrLen returns len of string value bound to the given key
server/database/string.go:77
FunctionexecType
execType returns the type of entity, including: string, list, hash, set and zset
server/database/key.go:49
Functioninit
()
ttl_test.go:12
Functioninit
()
cmd/standalone/standalone.go:150
Functioninit
()
cmd/cluster/cluster.go:141
Functioninit
()
server/database/ping.go:8
Functioninit
()
server/database/string.go:7
Functioninit
()
server/database/key.go:9
Functionmain
()
cmd/run.go:9
Methodnotify
(watchEvent *watchEvent)
watch.go:91
Methodstart
()
watch.go:95
Methodstop
()
watch.go:116
← previous501–564 of 564, ranked by callers