Package Usage: go: github.com/alicebob/miniredis/v2
Package miniredis is a pure Go Redis test server, for use in Go unittests.
There are no dependencies on system binaries, and every server you start
will be empty.
import "github.com/alicebob/miniredis/v2"
Start a server with `s := miniredis.RunT(t)`, it'll be shutdown via a t.Cleanup().
Or do everything manual: `s, err := miniredis.Run(); defer s.Close()`
Point your Redis client to `s.Addr()` or `s.Host(), s.Port()`.
Set keys directly via s.Set(...) and similar commands, or use a Redis client.
For direct use you can select a Redis database with either `s.Select(12);
s.Get("foo")` or `s.DB(12).Get("foo")`.
46 versions
Latest release: over 1 year ago
1,165 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/alicebob/miniredis/v2
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/alicebob%2Fminiredis
Dependent Repos 2,553
ryanlycch/go-zero-looklook Fork of Mikaelemmmm/go-zero-looklook
🔥基于go-zero(go zero) 微服务全技术栈开发最佳实践项目。Develop best practice projects based on the full technology stack of go zero (go zero) microservices.Size: 101 MB - Last synced: 4 months ago - Pushed: 4 months ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.Size: 48.3 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.Size: 168 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

mdisibio/tempo Fork of grafana/tempo
Grafana Tempo is a high volume, minimal dependency trace storage.Size: 159 MB - Last synced: 6 days ago - Pushed: 6 days ago

douyu/jupiter-examples
Examples of Jupiter.Size: 57.6 MB - Last synced: 21 days ago - Pushed: over 1 year ago

boostchicken/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry CollectorSize: 262 MB - Last synced: 11 months ago - Pushed: over 1 year ago

me-diru/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 13.1 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

sapcc/keppel
Regionally federated multi-tenant container image registrySize: 18.7 MB - Last synced: 3 days ago - Pushed: 3 days ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.Size: 288 MB - Last synced: 13 days ago - Pushed: 13 days ago

monicawoj/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 26.6 MB - Last synced: 11 months ago - Pushed: about 2 years ago


argoproj-labs/argocd-interlace
Enabling Software Supply Chain Security Capabilities in ArgoCDSize: 10.2 MB - Last synced: 2 months ago - Pushed: over 2 years ago

tehlingchu/trivy Fork of aquasecurity/trivy
Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issuesSize: 667 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

pawanku2/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 490 MB - Last synced: 6 days ago - Pushed: 6 days ago

soracom/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 903 MB - Last synced: 7 days ago - Pushed: 7 days ago

OpenFunction/cli
A CLI for interacting with OpenFunction.Size: 431 KB - Last synced: 11 days ago - Pushed: over 2 years ago

AmadeusITGroup/external-secrets Fork of external-secrets/external-secrets
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.Size: 96.5 MB - Last synced: 6 days ago - Pushed: 6 days ago

xiaojia21190/eagle Fork of go-eagle/eagle
🦅一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则Size: 5.59 MB - Last synced: 23 days ago - Pushed: 23 days ago

mrueg/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 15.1 MB - Last synced: 11 months ago - Pushed: about 2 years ago

yeya24/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 11.1 MB - Last synced: 11 months ago - Pushed: 11 months ago

L00170150/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 587 MB - Last synced: 6 days ago - Pushed: 6 days ago

grafana/grizzly
A utility for managing Jsonnet dashboards against the Grafana APISize: 5.77 MB - Last synced: 6 days ago - Pushed: 6 days ago

openware/kaigara
Devops swiss army knifeSize: 487 KB - Last synced: about 16 hours ago - Pushed: almost 2 years ago

kokizzu/dtm Fork of dtm-labs/dtm
A distributed transaction framework that supports multiple languages, supports saga, tcc, xa, 2-phase message, outbox patterns.Size: 3.12 MB - Last synced: about 9 hours ago - Pushed: about 10 hours ago

cbk914/trivy Fork of aquasecurity/trivy
Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues and hard-coded secretsSize: 690 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

Firstnsnd/gorse Fork of gorse-io/gorse
An open source recommender system service written in GoSize: 18.7 MB - Last synced: 3 months ago - Pushed: 3 months ago

vdavalon01/prometheus-operator Fork of prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop KubernetesSize: 76.3 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

neo-ngd/neo3fura Fork of lutianzhou001/neo3fura
Size: 121 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

sozercan/eraser Fork of eraser-dev/eraser
Size: 24.8 MB - Last synced: 3 months ago - Pushed: 3 months ago

renproject/lightnode
A simple node used for interacting with DarknodesSize: 2.68 MB - Last synced: about 1 month ago - Pushed: over 2 years ago

PittYao/lebron Fork of zhoushuguang/lebron
Highly concurrent mall system built on go-zeroSize: 336 KB - Last synced: about 2 years ago - Pushed: almost 3 years ago

lin1005q/prometheus-operator Fork of prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop KubernetesSize: 78.4 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

hongweiliu17/managed-gitops Fork of redhat-appstudio/managed-gitops
GitOps Service PoC: Backend/cluster-agent/utility components aiming to provided GitOps services via Kubernetes-controller-managed Argo CDSize: 8.15 MB - Last synced: 11 months ago - Pushed: 11 months ago

i3oc9i/dapr Fork of dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.Size: 112 MB - Last synced: almost 2 years ago - Pushed: almost 2 years ago

Taction/dapr Fork of dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.Size: 117 MB - Last synced: 3 days ago - Pushed: 8 months ago

boost-entropy-k8s/cortex Fork of cortexproject/cortex
A horizontally scalable, highly available, multi-tenant, long term Prometheus.Size: 141 MB - Last synced: 11 days ago - Pushed: 11 days ago

joestarzxh/dapr Fork of dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.Size: 104 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

greatspider135/prometheus-operator Fork of prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop KubernetesSize: 79 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

beiwei30/dapr Fork of dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.Size: 115 MB - Last synced: 3 months ago - Pushed: about 1 year ago

oscarmherrera/dtm Fork of dtm-labs/dtm
A distributed transaction framework that supports multiple languages, supports saga, tcc, xa, 2-phase message, outbox patterns.Size: 24.1 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago


simox-83/prometheus-operator Fork of prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop KubernetesSize: 77.7 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

k1LoW/trivy-db-to
trivy-db-to is a tool for migrating/converting vulnerability information from Trivy DB to other datasource.Size: 701 KB - Last synced: 13 days ago - Pushed: 6 months ago

chenquan/go-zero Fork of zeromicro/go-zero
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.Size: 19.5 MB - Last synced: 11 months ago - Pushed: 11 months ago

Amab/prometheus-operator Fork of prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop KubernetesSize: 122 MB - Last synced: 11 days ago - Pushed: 11 days ago

hoperays/prometheus-operator Fork of prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop KubernetesSize: 115 MB - Last synced: 5 months ago - Pushed: 5 months ago


justtrackio/gosoline
Gosoline is our framework which fuels all of our Golang applicationsSize: 22.4 MB - Last synced: 6 days ago - Pushed: 6 days ago

szaydel/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.Size: 45.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

OpenFunction/functions-framework-go
Go functions framework for OpenFunctionSize: 689 KB - Last synced: 29 days ago - Pushed: 11 months ago

Mu-L/argo-cd Fork of argoproj/argo-cd
Declarative continuous deployment for Kubernetes.Size: 93.6 MB - Last synced: 5 months ago - Pushed: 5 months ago

darkweak/souin
An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apacheSize: 50.2 MB - Last synced: 23 days ago - Pushed: about 1 month ago

pjimming/Jimmy-CloudDisk
基于go-zero,xorm实现的轻量级云盘Size: 17.1 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

PangZhiww/go-zero Fork of zeromicro/go-zero
A web and RPC framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.Size: 19 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

hubice/go-zero-template
自己整理的go-zero的框架模板Size: 63.5 KB - Last synced: about 2 years ago - Pushed: over 2 years ago

lildude/strautomagically
🏃♂️ Webhook endpoint to do stuff automagically to my Strava activities as they appear.Size: 529 KB - Last synced: 8 days ago - Pushed: 8 days ago

thanos-io/thanos
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.Size: 218 MB - Last synced: 12 days ago - Pushed: 13 days ago




kubegems/kubegems
Simplify your cloud native journey 🚀Size: 9.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago


zhoushuguang/lebron
Highly concurrent mall system built on go-zeroSize: 525 KB - Last synced: 22 days ago - Pushed: about 1 year ago


