-
### Is your feature request related to a problem? Please describe.
I woud love a cache abstraction to handle connecting to redis or memcache services.
### Describe the solution you'd like
/ca…
-
### Do you want to request a *feature* or report a *bug*?
Bug
### What did you do?
I'm using Elasticache for Redis as the KV store.
### What did you expect to see?
I expected to see the…
-
### Do you want to request a *feature* or report a *bug*?
Bug
### What did you do?
I store my configuration in Redis.Sometimes when I modify redis data, traefik does not synchronize…
-
After clear istallation (on new system, go 1.15.5/gopath):
go get -v github.com/smallnest/rpcx/...
Got errors:
$ go get -v github.com/smallnest/rpcx/...
github.com/smallnest/rpcx (download)
g…
-
The first primary use case of `go-mysql-server` is:
> Stand-in for MySQL in a golang test environment, using the built-in memory database implementation.
When I imported it into my project, it e…
-
**Description**
If you start more than one Portainer instance using `docker stack deploy` and a compose file, only one will be able to start if you expose the Bolt database on a volume (which is ob…
-
Redis doesn't work with data defined by the redis-cli.
In fact, valkeyrie can only works with data created by valkeyrie.
A value created by the redis-cli:
```
foobar
```
A value created by v…
-
`
// NewRedisDiscoveryTemplate returns a new RedisDiscovery template.
func NewRedisDiscoveryTemplate(basePath string, etcdAddr []string, options *store.Config) ServiceDiscovery {
if len(basePath) …
-
### What did you do?
Set up Redis, populated a simple dynamic configuration, then started `traefik`.
```
traefik/http/routers/toSite1/rule Host(`site1.local`)
traefik/http/routers/toSite1/se…
-
as #164 indicated, current libkv doesn't support etcd v3 api, so I created one:
https://github.com/smallnest/libkv-etcdv3-store
welcome review and pr