You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RedisString hold a reference to the redis context and is not bounded by its lifetime. This can cause a use after free issues and regardless, holding the Redis context is not mandatory. We should refactor this entire API to be safe to use.
The text was updated successfully, but these errors were encountered:
Currently RedisString hold a reference to the redis context and is not bounded by its lifetime. This can cause a use after free issues and regardless, holding the Redis context is not mandatory. We should refactor this entire API to be safe to use.
The text was updated successfully, but these errors were encountered: