viney-shih / go-cacheView external linksLinks
A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.
☆160Aug 30, 2023Updated 2 years ago
Alternatives and similar repositories for go-cache
Users that are interested in go-cache are comparing it to the libraries listed below
Sorting:
- It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource…☆102Jun 18, 2022Updated 3 years ago
- ☆13Jun 25, 2019Updated 6 years ago
- Project for golang concurrency patterns☆18Mar 3, 2025Updated 11 months ago
- go-lock is a lock library implementing read-write mutex and read-write trylock without starvation☆124Jun 18, 2022Updated 3 years ago
- A lightweight high-performance distributed two-level cache (in-memory + redis) with loader function library for Go.☆157Aug 21, 2025Updated 5 months ago
- Cache arbitrary data with an expiration time.☆192Nov 20, 2022Updated 3 years ago
- Go Client Library for Amazon's Product Advertising API 5.0☆16Apr 3, 2020Updated 5 years ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Jan 7, 2026Updated last month
- Eventually consistent distributed in-memory cache Go library☆162Jan 13, 2023Updated 3 years ago
- Fleet - Modern Package manager for MacOS.☆23May 20, 2025Updated 8 months ago
- An enhanced and lightweight http client for Golang☆85Jan 28, 2024Updated 2 years ago
- Hashing algorithms simplified (supports Argon2, Bcrypt, Scrypt, and PBKDF2)☆26Jun 27, 2024Updated last year
- This Project aims to port/build well known and commonly used data structures to GO.☆29Apr 2, 2022Updated 3 years ago
- Go Clean Architecture in Crescendo Lab☆123Jul 5, 2025Updated 7 months ago
- A simple Golang client for the Mindee API, allowing you to extract invoice data from JPEG, PNG, WEBP, HEIC, TIFF image or PDF files.☆13Dec 18, 2025Updated last month
- Browser extension to integrate Grafana dashboards with Weave Cloud☆10Feb 8, 2021Updated 5 years ago
- Golang JWT token verifier with storage(redis storage plugin)☆14Mar 10, 2024Updated last year
- Golang Clean architecture REST API example with a comprehensive real project. It uses docker, docker compose, redis, elasticsearch, kiban…☆10Dec 26, 2023Updated 2 years ago
- Percolate's Go retry package☆11Mar 16, 2023Updated 2 years ago
- Install and uninstall Go package in isolated path, to keep your `GOPATH/pkg` clean. Like `pipx`, but for Go.☆13Jul 15, 2024Updated last year
- A Kafka log inspired in-memory and append-only data structure☆135Dec 19, 2025Updated last month
- Golang process config synchronization using etcd☆14Mar 13, 2020Updated 5 years ago
- A semantic oriented test library for Golang specially inspired on Pest☆15Jul 6, 2022Updated 3 years ago
- gdcache is a pure non-intrusive cache library implemented by golang, you can use it to implement your own cache.☆13Oct 14, 2021Updated 4 years ago
- Running coturn with prometheus and grafana on docker☆12Feb 18, 2024Updated last year
- A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.☆2,898Updated this week
- ☔️ A complete Go cache library that brings you multiple ways of managing your caches☆2,836Dec 10, 2025Updated 2 months ago
- A thread safe map which has expiring key-value pairs.☆74May 5, 2024Updated last year
- Colorized JSON output for Go☆49Feb 12, 2024Updated 2 years ago
- Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs☆19Mar 14, 2019Updated 6 years ago
- A minimalistic clipboard manager for Mac.☆14Feb 5, 2021Updated 5 years ago
- Simple Go package for handling incoming requests in batches.☆12Aug 30, 2023Updated 2 years ago
- Simple and configurable Logging in Go, with level, formatters and writers☆14May 19, 2018Updated 7 years ago
- Configurable codecs for connect-go☆15Mar 10, 2024Updated last year
- Django style fixtures for Golang's excellent built-in database/sql library.☆31Dec 26, 2019Updated 6 years ago
- Declarative configuration for Go☆60Feb 23, 2025Updated 11 months ago
- How to write test in Golang.