MCPcopy Create free account

hub / github.com/DavidHuie/httpq / functions

Functions603 in github.com/DavidHuie/httpq

MethodDo
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:38
MethodErr
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:140
MethodErr
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:358
MethodErr
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:386
MethodErr
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:36
MethodError
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:223
FunctionExampleArgs
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:364
FunctionExampleBool
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:109
FunctionExampleBucket_Delete
()
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:1087
FunctionExampleBucket_ForEach
()
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:1127
FunctionExampleBucket_Put
()
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:1060
FunctionExampleCursor
()
Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go:436
FunctionExampleCursor_reverse
()
Godeps/_workspace/src/github.com/boltdb/bolt/cursor_test.go:474
FunctionExampleDB_Begin_ReadOnly
()
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:572
FunctionExampleDB_Update
()
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:515
FunctionExampleDB_View
()
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:546
FunctionExampleDial
Connect to local instance of Redis running on the default port.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn_test.go:426
FunctionExampleInt
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:123
FunctionExampleInts
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:140
FunctionExamplePubSubConn
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
FunctionExampleScan
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:100
FunctionExampleScanSlice
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:295
FunctionExampleScript
(c redis.Conn, reply interface{}, err error)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script_test.go:27
FunctionExampleString
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:154
FunctionExampleTx_CopyFile
()
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:393
FunctionExampleTx_Rollback
()
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:359
FunctionExample_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
FunctionFloat64
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
MethodFlush
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:370
MethodFlush
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:374
MethodFlush
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:388
MethodGenerate
(rand *rand.Rand, size int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:50
MethodGoString
GoString returns the Go string representation of the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:82
FunctionInt
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
FunctionInt64
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
FunctionInts
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
MethodLen
()
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:132
MethodLen
()
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:613
MethodLen
()
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:46
MethodLen
()
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:63
MethodLess
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:87
MethodLess
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:134
MethodLess
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:615
MethodLess
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:48
MethodLess
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:65
FunctionLookupCommandInfo
(commandName string)
Godeps/_workspace/src/github.com/garyburd/redigo/internal/commandinfo.go:43
FunctionMultiBulk
MultiBulk is deprecated. Use Values.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:219
FunctionNewBoltQueue
(conn *bolt.DB)
queue/boltqueue/boltqueue.go:14
FunctionNewConn
NewConn returns a new Redigo connection for the given net connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:107
FunctionNewConnBufio
NewConnBufio is a hook for tests.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:32
FunctionNewHttpq
(q Queue, debug bool)
httpq.go:16
FunctionNewLoggingConn
NewLoggingConn returns a logging wrapper around a connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:24
FunctionNewPool
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
FunctionNewRedisQueue
(pool *redis.Pool)
queue/redisqueue/redisqueue.go:13
FunctionNewScript
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
FunctionNewServer
(httpq *Httpq)
server.go:13
FunctionOpen
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
MethodPop
(w http.ResponseWriter, r *http.Request)
server.go:27
MethodPop
()
queue/boltqueue/boltqueue.go:99
MethodPop
()
queue/redisqueue/redisqueue.go:29
MethodPopRequest
()
httpq.go:50
MethodPush
(w http.ResponseWriter, r *http.Request)
server.go:17
MethodPush
(bytes []byte)
queue/boltqueue/boltqueue.go:56
MethodPush
(bytes []byte)
queue/redisqueue/redisqueue.go:17
MethodReceive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:380
MethodReceive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:378
MethodReceive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:389
MethodReceive
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:113
MethodRoot
Root returns the root of the bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:77
FunctionScanStruct
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
MethodSend
(cmd string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:357
MethodSend
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:368
MethodSend
(string, ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:385
MethodSend
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:107
MethodSend
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:49
FunctionSetNowFunc
(f func() time.Time)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:23
MethodSize
(w http.ResponseWriter, r *http.Request)
server.go:42
MethodSize
()
httpq.go:70
MethodSize
()
queue/boltqueue/boltqueue.go:151
MethodSize
()
queue/redisqueue/redisqueue.go:45
MethodStats
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
MethodStats
Stat returns stats on a bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:363
FunctionString
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
FunctionStringMap
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
FunctionStrings
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
MethodSub
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
MethodSwap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:86
MethodSwap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:133
MethodSwap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:614
MethodSwap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:47
MethodSwap
(i, j int)
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:64
FunctionTestArgs
(t *testing.T)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:356
FunctionTestBadScanStructArgs
(t *testing.T)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:189
FunctionTestBlankCommmand
(t *testing.T)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn_test.go:304
FunctionTestBucket_Bucket_IncompatibleValue
Ensure that a simple value retrieved via Bucket() returns a nil.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:431
FunctionTestBucket_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
FunctionTestBucket_Delete
Ensure that a bucket can delete an existing key.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:178
FunctionTestBucket_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
FunctionTestBucket_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
FunctionTestBucket_DeleteBucket_Nested
Ensure that deleting a bucket causes nested buckets to be deleted.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket_test.go:365
← previousnext →301–400 of 603, ranked by callers