Skip to content

Commit 7e9862a

Browse files
SoulPancakerueian
andauthored
Apply suggestion from @rueian
Co-authored-by: Rueian <rueiancsie@gmail.com>
1 parent 8657b76 commit 7e9862a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

helper.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,6 @@ func clusterJsonMGet(client Client, ctx context.Context, keys []string, path str
313313
resps := client.DoMulti(ctx, cmds.s...)
314314
defer resultsp.Put(&redisresults{s: resps})
315315
for i, resp := range resps {
316-
if err := resp.NonRedisError(); err != nil {
317-
return nil, err
318-
}
319316
arr, err := resp.ToArray()
320317
if err != nil {
321318
return nil, err

0 commit comments

Comments
 (0)