switch to universal client
Some checks failed
codeql / analyze (go) (push) Failing after 1m30s
build / test (push) Failing after 5m13s
build / lint (push) Successful in 9m40s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-10-05 16:11:46 +03:00
parent 256e61a437
commit 87e2e2b947
7 changed files with 261 additions and 220 deletions

View File

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