add MWrite func

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-10-21 00:57:12 +03:00
parent 7ae302d438
commit b90361e48a
5 changed files with 31 additions and 29 deletions

4
go.mod
View File

@@ -1,10 +1,10 @@
module go.unistack.org/micro-store-redis/v3
module go.unistack.org/micro-store-redis/v4
go 1.20
require (
github.com/redis/go-redis/v9 v9.2.1
go.unistack.org/micro/v3 v3.10.28
go.unistack.org/micro/v4 v4.0.7
)
require (