Add tests for type rdb

This commit is contained in:
Ken Hibino
2019-11-20 07:01:24 -08:00
parent e9069bfb47
commit dd0b0b358c
5 changed files with 93 additions and 4 deletions

1
go.mod
View File

@@ -5,5 +5,6 @@ go 1.13
require (
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-redis/redis/v7 v7.0.0-beta.4
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1
)