gokv icon indicating copy to clipboard operation
gokv copied to clipboard

Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)

Results 47 gokv issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

this will allow users to amend few settings after c-tor Fixes #184 Signed-off-by: Boris Glimcher

for example: ``` func (c Client) GetClient() *redis.Client { return c.c } ``` this will allow users to amend few settings after c-tor see https://github.com/philippgille/gokv/pull/131#issuecomment-1775773044

This PR add supports for couchbase using gocb api version 2 To be possible run the tests you have two options 1. starts couchbase and set the following env vars:...

closes #194 passes the tests mostly copied from the postgres and MySQL implementations, with a little bit of bbolt in there