Logo
Explore Help
Sign In
go/valkey
1
0
Fork 0
You've already forked valkey
Code Issues Pull Requests Packages Releases 1 Activity
Files
eda54153d6528ea253928e59bb45521493fc981d
valkey/compliance_test.go

9 lines
176 B
Go
Raw Normal View History

feat(valkey): initial stable release v0.9.0 Valkey (Redis-compatible) client component with launcher lifecycle and health check integration. What's included: - Config with Addrs, Password, SelectDB, CacheSizeEachConn (env-driven) - Provider interface exposing native valkey-go Client() directly (no wrapper) - Component interface: launcher.Component + health.Checkable + Provider - New(logger, cfg) constructor for lifecycle registration via lc.Append - Health check via PING at LevelDegraded priority - Graceful shutdown calling client.Close() in OnStop Tested-via: todo-api POC integration Reviewed-against: docs/adr/
2026-03-19 13:29:28 +00:00
package valkey_test
import (
"code.nochebuena.dev/go/logz"
"code.nochebuena.dev/go/valkey"
)
var _ valkey.Component = valkey.New(logz.New(logz.Options{}), valkey.Config{})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 36ms Template: 2ms
English
English
Licenses API