bradfitz / gomemcacheLinks
Go Memcached client library #golang
☆1,865Updated 10 months ago
Alternatives and similar repositories for gomemcache
Users that are interested in gomemcache are comparing it to the libraries listed below
Sorting:
- Simple profiling for Go☆2,053Updated 3 years ago
- faster JSON serialization for Go☆2,994Updated 2 years ago
- Leveled execution logs for Go☆3,615Updated 9 months ago
- msgpack.org[Go] MessagePack encoding for Golang☆2,626Updated last year
- Package gorilla/schema fills a struct with form values.☆1,486Updated last year
- idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]☆1,934Updated 3 months ago
- The Snappy compression format in the Go programming language.☆1,572Updated 11 months ago
- go-querystring is Go library for encoding structs into URL query strings.☆2,129Updated 2 weeks ago
- Simple middleware to rate-limit HTTP requests.☆2,852Updated last year
- A Go code generator for MessagePack / msgpack.org[Go]☆1,923Updated last month
- An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC☆2,732Updated last year
- Common juju errors and functions to annotate errors. Based on juju/errgo☆1,394Updated 2 years ago
- Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃☆1,734Updated last year
- Go port of Coda Hale's Metrics library☆3,475Updated 10 months ago
- The official Go package for NSQ☆2,661Updated 6 months ago
- Package throttled implements rate limiting access to resources such as HTTP endpoints.☆1,584Updated 5 months ago
- Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.☆3,126Updated last year
- Package validator implements struct field validations☆1,336Updated 3 years ago
- Golang LRU cache☆4,958Updated last week
- Package inject provides a reflect based injector.☆1,413Updated 7 years ago
- Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)☆4,176Updated 4 years ago
- Additions to Go's database/sql for super fast performance and convenience.☆1,853Updated last year
- [mirror] concurrency primitives☆910Updated last month
- Benchmarks of Go serialization methods☆1,621Updated 7 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,441Updated 9 months ago
- Connection pool for Go's net.Conn interface☆1,370Updated 7 years ago
- Go (golang) implementation of http://www.hashids.org☆1,376Updated 3 years ago
- UUID package for Go☆4,906Updated last year
- Native MurmurHash3 Go implementation