In go-redis, is it necessary to pass in any `keys` to the `Unwatch()` function?
In tx.go (part of the go-redis library), the Unwatch()
function accepts an array of keys
as a parameter.
In tx.go (part of the go-redis library), the Unwatch()
function accepts an array of keys
as a parameter.