rework cluster mode
Some checks failed
build / test (push) Failing after 1m32s
codeql / analyze (go) (push) Failing after 1m48s
build / lint (push) Successful in 9m15s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-04-23 09:30:35 +03:00
parent 62c2de51d4
commit de72a10973
2 changed files with 92 additions and 30 deletions

View File

@@ -7,14 +7,13 @@ import (
"testing"
"time"
"github.com/redis/go-redis/v9"
"go.unistack.org/micro/v3/store"
)
func Test_rkv_configure(t *testing.T) {
type fields struct {
options store.Options
Client *redis.Client
Client *wrappedClient
}
type wantValues struct {
username string