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
Lrem
Redis LREM command.
redis.go:419
Method
Lrem
Redis LREM command.
synchclient.go:413
Method
Lrem
Redis LREM command.
asynchclient.go:407
Method
Lset
Redis LSET command.
redis.go:195
Method
Lset
Redis LSET command.
redis.go:416
Method
Lset
Redis LSET command.
synchclient.go:403
Method
Lset
Redis LSET command.
asynchclient.go:393
Method
Ltrim
Redis LTRIM command.
redis.go:207
Method
Ltrim
Redis LTRIM command.
redis.go:428
Method
Ltrim
Redis LTRIM command.
synchclient.go:456
Method
Ltrim
Redis LTRIM command.
asynchclient.go:450
Method
Message
()
error.go:91
Method
Messages
(topic string)
pubsubclient.go:46
Method
Messages
returns the incoming messages channel for this client, or nil if no such subscription is active. In event of Unsubscribing from a Redis channel, the c
redis.go:587
Method
Mget
Redis MGET command.
synchclient.go:244
Method
Mget
Redis MGET command.
asynchclient.go:221
Method
Move
Redis MOVE command.
redis.go:306
Method
Move
Redis MOVE command.
redis.go:509
Method
Move
Redis MOVE command.
synchclient.go:904
Method
Move
Redis MOVE command.
asynchclient.go:911
Function
NewAsynchClient
Create a new Client and connects to the Redis server using the default ConnectionSpec.
asynchclient.go:34
Function
NewPubSubClient
()
pubsubclient.go:27
Function
NewSynchClient
Create a new syncClient and connects to the Redis server using the default ConnectionSpec.
synchclient.go:36
Method
Ping
Redis PING command.
redis.go:368
Method
Ping
Redis PING command.
synchclient.go:203
Method
Ping
Redis PING command.
asynchclient.go:184
Method
Publish
Redis PUBLISH command. Publishes a message to the named channels. Returns the future for number of PubSub subscribers that received the message. OR e
redis.go:522
Method
Publish
Redis PUBLISH command.
synchclient.go:935
Method
Publish
(arg0 string, arg1 []byte)
asynchclient.go:945
Method
QueueRequest
---------------------------------------------------------------------------- asyncConnHdl support for AsyncConnection interface ----------------------
connection.go:563
Function
QuickConfAsyncClient
---------------------------------------------------------------------- testing/quick/Config settings for client types Modify quickConf<Type> for speci
test/support.go:27
Function
QuickConfClient
redis.Client
test/support.go:37
Method
Quit
REVU - why not async semantics?
pubsubclient.go:105
Method
Quit
Redis QUIT command.
redis.go:338
Method
Quit
Quit closes the client and client reference can be disposed. This is a blocking call. Returns error, if any, e.g. network issues.
redis.go:614
Method
Quit
----------------------------------------------------------------------------- interface redis.Client support -----------------------------------------
synchclient.go:67
Method
Quit
----------------------------------------------------------------------------- interface redis.AsyncClient support ------------------------------------
asynchclient.go:59
Method
Randomkey
Redis RANDOMKEY command.
redis.go:174
Method
Randomkey
Redis RANDOMKEY command.
redis.go:395
Method
Randomkey
Redis RANDOMKEY command.
synchclient.go:322
Method
Randomkey
Redis RANDOMKEY command.
asynchclient.go:304
Method
Rename
Redis RENAME command.
redis.go:362
Method
Rename
Redis RENAME command.
synchclient.go:166
Method
Rename
Redis RENAME command.
asynchclient.go:161
Method
Renamenx
Redis RENAMENX command.
redis.go:177
Method
Renamenx
Redis RENAMENX command.
redis.go:398
Method
Renamenx
Redis RENAMENX command.
synchclient.go:333
Method
Renamenx
Redis RENAMENX command.
asynchclient.go:315
Method
Rpop
Redis RPOP command.
redis.go:437
Method
Rpop
Redis RPOP command.
synchclient.go:507
Method
Rpop
Redis RPOP command.
asynchclient.go:505
Method
Rpoplpush
Redis RPOPLPUSH command.
redis.go:225
Method
Rpoplpush
Redis RPOPLPUSH command.
redis.go:440
Method
Rpoplpush
Redis RPOPLPUSH command.
synchclient.go:534
Method
Rpoplpush
Redis RPOPLPUSH command.
asynchclient.go:532
Method
Rpush
Redis RPUSH command.
redis.go:410
Method
Rpush
Redis RPUSH command.
synchclient.go:385
Method
Rpush
Redis RPUSH command.
asynchclient.go:367
Method
Sadd
Redis SADD command.
redis.go:443
Method
Sadd
Redis SADD command.
synchclient.go:563
Method
Sadd
Redis SADD command.
asynchclient.go:561
Method
Save
Redis SAVE command.
redis.go:350
Method
Save
Redis SAVE command.
synchclient.go:107
Method
Save
Redis SAVE command.
asynchclient.go:109
Method
Scard
Redis SCARD command.
redis.go:243
Method
Scard
Redis SCARD command.
redis.go:455
Method
Scard
Redis SCARD command.
synchclient.go:620
Method
Scard
Redis SCARD command.
asynchclient.go:618
Method
Sdiff
Redis SDIFF command.
redis.go:258
Method
Sdiff
Redis SDIFF command.
redis.go:470
Method
Sdiff
Redis SDIFF command.
synchclient.go:697
Method
Sdiff
Redis SDIFF command.
asynchclient.go:692
Method
Sdiffstore
Redis SDIFFSTORE command.
redis.go:261
Method
Sdiffstore
Redis SDIFFSTORE command.
redis.go:473
Method
Sdiffstore
Redis SDIFFSTORE command.
synchclient.go:708
Method
Sdiffstore
Redis SDIFFSTORE command.
asynchclient.go:708
Method
ServiceRequest
(cmd *Command, args [][]byte)
connection.go:192
Method
ServiceRequest
---------------------------------------------------------------------------- asyncConnHdl support for PubSubConnection interface ---------------------
connection.go:602
Method
Set
Redis SET command.
synchclient.go:98
Method
Set
Redis SET command.
asynchclient.go:96
Method
Setnx
Redis SETNX command.
redis.go:371
Method
Setnx
Redis SETNX command.
synchclient.go:216
Method
Setnx
Redis SETNX command.
asynchclient.go:194
Method
Sinter
Redis SINTER command.
redis.go:246
Method
Sinter
Redis SINTER command.
redis.go:458
Method
Sinter
Redis SINTER command.
synchclient.go:662
Method
Sinter
Redis SINTER command.
asynchclient.go:631
Method
Sinterstore
Redis SINTERSTORE command.
redis.go:249
Method
Sinterstore
Redis SINTERSTORE command.
redis.go:461
Method
Sinterstore
Redis SINTERSTORE command.
synchclient.go:673
Method
Sinterstore
Redis SINTERSTORE command.
asynchclient.go:646
Method
Sismember
Redis SISMEMBER command.
redis.go:237
Method
Sismember
Redis SISMEMBER command.
redis.go:449
Method
Sismember
Redis SISMEMBER command.
synchclient.go:591
Method
Sismember
Redis SISMEMBER command.
asynchclient.go:589
Method
Smembers
Redis SMEMBERS command.
redis.go:264
Method
Smembers
Redis SMEMBERS command.
redis.go:476
Method
Smembers
Redis SMEMBERS command.
synchclient.go:714
Method
Smembers
Redis SMEMBERS command.
asynchclient.go:723
Method
Smove
Redis SMOVE command.
redis.go:240
← previous
next →
301–400 of 562, ranked by callers