ggicci / distlock
Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.
☆38Updated 4 months ago
Alternatives and similar repositories for distlock:
Users that are interested in distlock are comparing it to the libraries listed below
- Expression evaluator for Go☆70Updated last week
- A Go library for encoding structs into Header fields.☆47Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.☆28Updated 3 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- Library for monkey-patching functions in Go☆24Updated 3 years ago
- ☆28Updated 3 years ago
- Tiny dependency injection framework☆52Updated 7 months ago
- Collect data about your dependencies☆43Updated last week
- ☆38Updated 2 years ago
- High Availability Routing and Queueing Application☆50Updated 3 years ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆52Updated last month
- Runtime Struct Builder for Go☆32Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- spectacular Golang struct tag parsing☆60Updated last year
- Simple go signals handler for performing graceful shutdown by executing callback function☆20Updated 4 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆70Updated 3 years ago
- Load file-backed memory☆120Updated 2 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 6 months ago
- A golang map in which entries expire after given a time period☆57Updated last year
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- A fast file-based priority queue☆58Updated 11 months ago
- Consistent hashing hashring implementation.☆34Updated last year
- VarInt: fast & memory efficient arbitrary bit width integers in Go.