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, release accepts an array and because Redis.scard accepts it as well it ends ups releasing that feature to all ids present in the array.
This is undocumented behaviour and future storage options might not implement this.
We should definitely make the #release method accepts arrays natively, so other storages could rely on this behavior and expect both string|integers or string|integer arrays.
Currently, release accepts an array and because Redis.scard accepts it as well it ends ups releasing that feature to all ids present in the array.
This is undocumented behaviour and future storage options might not implement this.
The text was updated successfully, but these errors were encountered: