Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHuie/httpq
/ functions
Functions
603 in github.com/DavidHuie/httpq
⨍
Functions
603
◇
Types & classes
68
Method
Do
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:38
Method
Err
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:140
Method
Err
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:358
Method
Err
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:386
Method
Err
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:36
Method
Error
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:223
Function
ExampleArgs
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:364
Function
ExampleBool
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:109
Function
ExampleBucket_Delete
()
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:1087
Function
ExampleBucket_ForEach
()
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:1127
Function
ExampleBucket_Put
()
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:1060
Function
ExampleCursor
()
Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go:436
Function
ExampleCursor_reverse
()
Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go:474
Function
ExampleDB_Begin_ReadOnly
()
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:572
Function
ExampleDB_Update
()
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:515
Function
ExampleDB_View
()
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:546
Function
ExampleDial
Connect to local instance of Redis running on the default port.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn_test.go:426
Function
ExampleInt
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:123
Function
ExampleInts
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:140
Function
ExamplePubSubConn
Applications can receive pushed messages from one goroutine and manage subscriptions from another goroutine.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub_test.go:39
Function
ExampleScan
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:100
Function
ExampleScanSlice
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:295
Function
ExampleScript
(c redis.Conn, reply interface{}, err error)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script_test.go:27
Function
ExampleString
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:154
Function
ExampleTx_CopyFile
()
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:393
Function
ExampleTx_Rollback
()
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:359
Function
Example_zpop
This example implements ZPOP as described at http://redis.io/topics/transactions using WATCH/MULTI/EXEC and scripting.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/zpop_example_test.go:74
Function
Float64
Float64 is a helper that converts a command reply to 64 bit float. If err is not equal to nil, then Float64 returns 0, err. Otherwise, Float64 convert
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:124
Method
Flush
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:370
Method
Flush
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:374
Method
Flush
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:388
Method
Generate
(rand *rand.Rand, size int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:50
Method
GoString
GoString returns the Go string representation of the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:82
Function
Int
Int is a helper that converts a command reply to an integer. If err is not equal to nil, then Int returns 0, err. Otherwise, Int converts the reply to
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:35
Function
Int64
Int64 is a helper that converts a command reply to 64 bit integer. If err is not equal to nil, then Int returns 0, err. Otherwise, Int64 converts the
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:66
Function
Ints
Ints is a helper that converts an array command reply to a []int. If err is not equal to nil, then Ints returns nil, err.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:276
Method
Len
()
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:132
Method
Len
()
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:613
Method
Len
()
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:46
Method
Len
()
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:63
Method
Less
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:87
Method
Less
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:134
Method
Less
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:615
Method
Less
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:48
Method
Less
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:65
Function
LookupCommandInfo
(commandName string)
Godeps/_workspace/src/github.com/garyburd/redigo/internal/commandinfo.go:43
Function
MultiBulk
MultiBulk is deprecated. Use Values.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:219
Function
NewBoltQueue
(conn *bolt.DB)
queue/boltqueue/boltqueue.go:14
Function
NewConn
NewConn returns a new Redigo connection for the given net connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:107
Function
NewConnBufio
NewConnBufio is a hook for tests.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:32
Function
NewHttpq
(q Queue, debug bool)
httpq.go:16
Function
NewLoggingConn
NewLoggingConn returns a logging wrapper around a connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:24
Function
NewPool
NewPool creates a new pool. This function is deprecated. Applications should initialize the Pool fields directly as shown in example.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:140
Function
NewRedisQueue
(pool *redis.Pool)
queue/redisqueue/redisqueue.go:13
Function
NewScript
NewScript returns a new script object. If keyCount is greater than or equal to zero, then the count is automatically inserted in the EVAL command argu
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go:37
Function
NewServer
(httpq *Httpq)
server.go:13
Function
Open
Open creates and opens a database at the given path. If the file does not exist then it will be created automatically. Passing in nil options will cau
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:94
Method
Pop
(w http.ResponseWriter, r *http.Request)
server.go:27
Method
Pop
()
queue/boltqueue/boltqueue.go:99
Method
Pop
()
queue/redisqueue/redisqueue.go:29
Method
PopRequest
()
httpq.go:50
Method
Push
(w http.ResponseWriter, r *http.Request)
server.go:17
Method
Push
(bytes []byte)
queue/boltqueue/boltqueue.go:56
Method
Push
(bytes []byte)
queue/redisqueue/redisqueue.go:17
Method
Receive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:380
Method
Receive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:378
Method
Receive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:389
Method
Receive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:113
Method
Root
Root returns the root of the bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:77
Function
ScanStruct
ScanStruct scans alternating names and values from src to a struct. The HGETALL and CONFIG GET commands return replies in this format. ScanStruct use
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:341
Method
Send
(cmd string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:357
Method
Send
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:368
Method
Send
(string, ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:385
Method
Send
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:107
Method
Send
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:49
Function
SetNowFunc
(f func() time.Time)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:23
Method
Size
(w http.ResponseWriter, r *http.Request)
server.go:42
Method
Size
()
httpq.go:70
Method
Size
()
queue/boltqueue/boltqueue.go:151
Method
Size
()
queue/redisqueue/redisqueue.go:45
Method
Stats
Stats retrieves ongoing performance stats for the database. This is only updated when a transaction closes.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:523
Method
Stats
Stat returns stats on a bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:363
Function
String
String is a helper that converts a command reply to a string. If err is not equal to nil, then String returns "", err. Otherwise String converts the r
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:149
Function
StringMap
StringMap is a helper that converts an array of strings (alternating key, value) into a map[string]string. The HGETALL and CONFIG GET commands return
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:294
Function
Strings
Strings is a helper that converts an array command reply to a []string. If err is not equal to nil, then Strings returns nil, err. Nil array items are
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:248
Method
Sub
Sub calculates and returns the difference between two sets of transaction stats. This is useful when obtaining stats at two different points and time
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:565
Method
Swap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:86
Method
Swap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:133
Method
Swap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:614
Method
Swap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:47
Method
Swap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:64
Function
TestArgs
(t *testing.T)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:356
Function
TestBadScanStructArgs
(t *testing.T)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:189
Function
TestBlankCommmand
(t *testing.T)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn_test.go:304
Function
TestBucket_Bucket_IncompatibleValue
Ensure that a simple value retrieved via Bucket() returns a nil.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:431
Function
TestBucket_CreateBucket_IncompatibleValue
Ensure that creating a bucket on an existing non-bucket key returns an error.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:443
Function
TestBucket_Delete
Ensure that a bucket can delete an existing key.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:178
Function
TestBucket_DeleteBucket_IncompatibleValue
Ensure that deleting a bucket on an existing non-bucket key returns an error.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:457
Function
TestBucket_DeleteBucket_Large
Ensure that deleting a child bucket with multiple pages causes all pages to get collected.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:408
Function
TestBucket_DeleteBucket_Nested
Ensure that deleting a bucket causes nested buckets to be deleted.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:365
← previous
next →
301–400 of 603, ranked by callers