Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHuie/httpq
/ types & classes
Types & classes
68 in github.com/DavidHuie/httpq
⨍
Functions
603
◇
Types & classes
68
↓ 24 callers
TypeAlias
pgid
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:27
↓ 10 callers
TypeAlias
protocolError
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:221
↓ 3 callers
TypeAlias
pgids
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:130
↓ 2 callers
TypeAlias
txid
txid represents the internal transaction identifier.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:13
↓ 1 callers
TypeAlias
Error
Error represents an error returned in a command reply.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:18
↓ 1 callers
TypeAlias
revtestdata
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:61
TypeAlias
Args
Args is a helper for constructing command arguments from structured values.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:460
Struct
BenchOptions
BenchOptions represents the set of options that can be passed to Bench().
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:356
Struct
BenchResults
BenchResults represents the performance results of the benchmark.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:374
Struct
BoltQueue
queue/boltqueue/boltqueue.go:10
Struct
Bucket
Bucket represents a collection of key/value pairs inside the database.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:36
Struct
BucketStats
BucketStats records statistics about resources used by a bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:695
Struct
CommandInfo
Godeps/_workspace/src/github.com/garyburd/redigo/internal/commandinfo.go:28
Interface
Conn
Conn represents a connection to a Redis server.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:23
Struct
Cursor
Cursor represents an iterator that can traverse over all key/value pairs in a bucket in sorted order. Cursors see nested buckets with value == nil. Cu
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:16
Struct
DB
DB represents a collection of buckets persisted to a file on disk. All data access is performed through transactions which can be obtained through the
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:33
Struct
Httpq
httpq.go:11
Struct
Info
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:631
Struct
Message
Message represents a message notification.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:35
Struct
Options
Options represents the options that can be set when opening a database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:582
Struct
PMessage
PMessage represents a pmessage notification.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:45
Struct
PageInfo
PageInfo represents human readable information about a page.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:123
Struct
Pool
Pool maintains a pool of connections. The application calls the Get method to get a connection from the pool and the connection's Close method to retu
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:94
Struct
PubSubConn
PubSubConn wraps a Conn with convenience methods for subscribers.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:58
Interface
Queue
queue.go:3
Struct
QuickDB
QuickDB is an in-memory database that replicates the functionality of the Bolt DB type except that it is entirely in-memory. It is meant for testing t
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:196
Struct
RedisQueue
queue/redisqueue/redisqueue.go:9
Struct
Script
Script encapsulates the source, hash and key count for a Lua script. See http://redis.io/commands/eval for information on scripts in Redis.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go:26
Struct
Server
server.go:9
Struct
Stats
Stats represents statistics about the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:596
Struct
Subscription
Subscription represents a subscribe or unsubscribe notification.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:22
Struct
TestDB
TestDB represents a wrapper around a Bolt DB to handle temporary file creation and automatic cleanup on close.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:608
Struct
Tx
Tx represents a read-only or read/write transaction on the database. Read-only transactions can be used for retrieving values for keys and creating cu
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:23
Struct
TxStats
TxStats represents statistics about the actions performed by the transaction.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:521
Struct
branchPageElement
branchPageElement represents a node on a branch page.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:90
Struct
bucket
bucket represents the on-file representation of a bucket. This is stored as the "value" of a bucket key. If the bucket is small enough, then its root
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:56
Struct
conn
conn is the low-level implementation of Conn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:30
Struct
elemRef
elemRef represents a reference to an element on a given page/node.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:357
Struct
errorConnection
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:382
Struct
failWriter
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:314
Struct
failWriterError
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:308
Struct
fieldSpec
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:221
Struct
freelist
freelist represents a list of all pages that are available for allocation. It also tracks pages that have been freed but are still in use by open tran
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:11
Struct
idleConn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:133
Struct
inode
inode represents an internal node inside of a node. It can be used to point to elements in a page or point to an element which hasn't been added to a
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:620
TypeAlias
inodes
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:627
Struct
leafPageElement
leafPageElement represents a node on a leaf page.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:103
Struct
loggingConn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:31
Struct
meta
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:636
Struct
node
node represents an in-memory, deserialized page.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:11
TypeAlias
nodes
dump writes the contents of the node to STDERR for debugging purposes. * func (n *node) dump() { // Write node header. var typ = "branch" if n.isLe
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:611
Struct
nopCloser
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:27
Struct
page
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:29
TypeAlias
pages
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:83
Struct
poolDialer
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:54
Struct
poolTestConn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:29
Struct
pooledConnection
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:297
Struct
queueMetadata
queue/boltqueue/boltqueue.go:18
Struct
redisConnManager
cmd/httpq/redis.go:5
Struct
s0
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:140
Struct
s1
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:146
FuncType
simulateHandler
func(tx *bolt.Tx, qdb *QuickDB)
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:120
Struct
structSpec
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:227
Struct
testConn
Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest/testdb.go:25
TypeAlias
testdata
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:44
Struct
testdataitem
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:67
Struct
valueError
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:26
Struct
xDialer
A Dialer specifies options for connecting to a Redis server.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:73