Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alphazero/Go-Redis
/ functions
Functions
562 in github.com/alphazero/Go-Redis
⨍
Functions
562
◇
Types & classes
70
Method
Zrevrange
Redis ZREVRANGE command.
asynchclient.go:820
Method
Zscore
Redis ZSCORE command.
redis.go:279
Method
Zscore
Redis ZSCORE command.
redis.go:491
Method
Zscore
Redis ZSCORE command.
synchclient.go:782
Method
Zscore
Redis ZSCORE command.
asynchclient.go:791
Function
_test_compareStringArrays
func _test_getDefaultSyncClient() (redis.Client, redis.Error) { spec := redis.DefaultSpec() spec.Db(13).Password("go-redis") return redis.NewSynchC
test/0data_test.go:95
Function
_test_getDefConnSpec
---------------------------------------------------------------------- test data setup ---------------------------------------------------------------
test/0data_test.go:26
Function
_test_reverseBytes
(in []byte)
test/0data_test.go:107
Function
comma
(idx, cnt int)
test/gen/generate.go:235
Function
concatAndGetBytes
REVU - this is buggy in conjunction with callsite usage (when arr is nil) deprecated - TODO convert asynchclient.go to use appendAndConvert
synchclient.go:634
Method
connect
---------------------------------------------------------------------------- asyncConnHdl internal ops -----------------------------------------------
connection.go:668
Function
dbRspProcessingTask
Task: process one pending response at a time - can be interrupted while waiting on the pending responses queue - buffered reader takes care of minimiz
connection.go:863
Method
disconnect
REVU - TODO opt 2 for Quit here panics
connection.go:674
Function
doDecr
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:136
Function
doDecr
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:156
Function
doGet
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:151
Function
doGet
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:173
Function
doIncr
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:129
Function
doIncr
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:141
Function
doLpop
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:166
Function
doLpop
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:188
Function
doLpush
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:158
Function
doLpush
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:180
Function
doPing
---------------------------------------------------------------------------- redis tasks -------------------------------------------------------------
bench/gosynchclient.go:123
Function
doPing
---------------------------------------------------------------------------- redis tasks -------------------------------------------------------------
bench/asyncbench.go:133
Function
doRpop
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:182
Function
doRpop
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:204
Function
doRpush
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:174
Function
doRpush
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:196
Function
doSet
(id string, signal chan int, client redis.Client, cnt int)
bench/gosynchclient.go:143
Function
doSet
(id string, signal chan int, client redis.AsyncClient, cnt int)
bench/asyncbench.go:165
Function
heartbeatTask
Task: "One PING only" after receiving a timed tick per ConnectionsSpec period - can be interrupted while waiting on ticker - uses TryGet on PING respo
connection.go:828
Function
init
()
test/gen/generate.go:21
Function
isFuture
(v string)
test/gen/generate.go:249
Function
isQuit
(v string)
test/gen/generate.go:256
Function
isRedisError
(v string)
test/gen/generate.go:242
Function
main
()
test/gen/generate.go:37
Function
main
PubSub - PubSub message publisher example demonstrates publishing messages via Redis PubSub's PUBLISH command. Both sync and async client examples a
examples/publisher.go:36
Function
main
* hello world, redis style. */
examples/ciao.go:30
Function
main
()
bench/gosynchclient.go:26
Function
main
---------------------------------------------------------------------------- benchmarker -------------------------------------------------------------
bench/asyncbench.go:50
Function
main
()
bench/synchclient.go:33
Function
main
Checks Redis client interfaces' methods against a a list of canonical Redis methods obtained from a spec file and reports the missing methods
compliance/compliance.go:42
Function
managementTask
---------------------------------------------------------------------------- asynchronous tasks (go routine/workers) ---------------------------------
connection.go:778
Function
msgProcessingTask
Task: process one incoming Redis PubSub message at a time - can be interrupted while waiting on the net read
connection.go:906
Method
onError
(e Error)
future.go:120
Method
onError
(e Error)
future.go:148
Method
onError
(e Error)
future.go:180
Method
onError
(e Error)
future.go:208
Method
onError
(e Error)
future.go:236
Function
packArrays
(a0 []byte, arr ...[]byte)
synchclient.go:652
Function
reqProcessingTask
Pending further tests, this addresses bug in earlier version and can be interrupted
connection.go:958
Method
set
onError (Error);
future.go:113
Method
set
(v []byte)
future.go:121
Method
set
onError (Error);
future.go:141
Method
set
(v [][]byte)
future.go:151
Method
set
(v bool)
future.go:181
Method
set
onError (execErr Error);
future.go:201
Method
set
(v string)
future.go:209
Method
set
onError (execErr Error);
future.go:229
Method
set
(v int64)
future.go:237
Function
zvTest
(tname string)
test/gen/generate.go:218
← previous
501–562 of 562, ranked by callers