Skip to content

Commit

Permalink
improved mxcache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohce committed Jan 25, 2025
1 parent aabe177 commit 3c28226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mxcache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ func TestCache(t *testing.T) {
{cache: cacher("memory://")},
{cache: cacher("redis://127.0.0.1:6379/1")},
{cache: cacher("mem+redis://127.0.0.1:6379/1")},
{cache: cacher("rediscluster://127.0.0.1:6379/1")},
{cache: cacher("mem+rediscluster://127.0.0.1:6379/1")},
}

for _, c := range cases {
Expand Down

0 comments on commit 3c28226

Please sign in to comment.