add MSet func (#108)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
Reviewed-on: #108
This commit is contained in:
2023-10-20 23:51:29 +03:00
parent 655be440e7
commit 7ae302d438
5 changed files with 140 additions and 172 deletions

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"go.unistack.org/micro/v3/store"
)