dcounter

command module
v0.2.1-0...-a6904e9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2015 License: MIT Imports: 18 Imported by: 0

README

dcounter has been DEPRECATED in favor of https://github.com/ErikDubbelboer/discnt

dcounter

Build Status

api GoDoc

pool GoDoc

server GoDoc

Installation

$ go get github.com/atomx/dcounter

API usage

package main

import (
  "fmt"
  "github.com/atomx/dcounter/api"
)

func main() {
  d, err := dcounter.Dial("tcp", "127.0.0.1:9374")
  if err != nil {
    panic(err)
  }

  d.Inc("test", 1.2)
  fmt.Println(d.Get("test"))
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
+build go1.3
_workspace/src/github.com/atomx/syslog
syslog is a simple io.Writer that writes to syslog over a network connection.
syslog is a simple io.Writer that writes to syslog over a network connection.
_workspace/src/github.com/codegangsta/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cli provides a minimal framework for creating and organizing command line Go applications.
_workspace/src/github.com/hashicorp/go-msgpack/codec
High Performance, Feature-Rich Idiomatic Go encoding library for msgpack and binc .
High Performance, Feature-Rich Idiomatic Go encoding library for msgpack and binc .
_workspace/src/github.com/hashicorp/memberlist
memberlist is a library that manages cluster membership and member failure detection using a gossip based protocol.
memberlist is a library that manages cluster membership and member failure detection using a gossip based protocol.
Package api exports a simple API to use a dcounter server.
Package api exports a simple API to use a dcounter server.
Package pool provides a simple blocking connection pool.
Package pool provides a simple blocking connection pool.
Package server implements the dcounter server For example usage see: https://github.com/atomx/dcounter/blob/master/server.go#L128
Package server implements the dcounter server For example usage see: https://github.com/atomx/dcounter/blob/master/server.go#L128

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL