Skip to content

Commit

Permalink
Merge branch 'master' into fix/gtime-sql-value
Browse files Browse the repository at this point in the history
  • Loading branch information
niluan304 authored Jul 31, 2024
2 parents 43f497d + 9143b26 commit c7ace83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/nosql/redis/redis_group_script.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ func (r GroupScript) ScriptExists(ctx context.Context, sha1 string, sha1s ...str
s = append(s, "Exists")
s = append(s, sha1Array...)
result, err := r.Operation.Do(ctx, "Script", s...)
if err != nil {
return nil, err
}
var (
m = make(map[string]bool)
resultArray = result.Vars()
Expand Down

0 comments on commit c7ace83

Please sign in to comment.