Skip to content

This release candidate fixes some security vulnerabilities in the messaging features

Pre-release
Pre-release
Compare
Choose a tag to compare
@netoax netoax released this 01 Jul 20:41
redis: Fix error handling

The error `redis.Nil` is only returned when no key is found in the Redis
database. In that case, we should only return and nil value instead of
an error. Therefore, this patch fixes the `Get` method to only return an
error when necessary.