Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MemoryStats ¶
type MemoryStats struct { PeakAllocated int64 DatasetBytes int64 KeysCount int64 Fragmentation float64 ReplicationBacklog int64 }
func (*MemoryStats) Table ¶
func (m *MemoryStats) Table() [][]string
type RedisServer ¶
type RedisServer struct {
// contains filtered or unexported fields
}
func Redis ¶
func Redis(address, password string) (*RedisServer, error)
func (*RedisServer) Memory ¶
func (r *RedisServer) Memory() (*MemoryStats, error)
Click to show internal directories.
Click to hide internal directories.