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
In nanite/state.rb, line 88 has an 'sdelete', which is thrown as an invalid function call when passed into redis. Replacing the sdelete with 'srem' eliminates this problem. It looks like an oversight made when moving from the earlier version of redis, am I missing something? Or is this a safe fix?
The text was updated successfully, but these errors were encountered:
In nanite/state.rb, line 88 has an 'sdelete', which is thrown as an invalid function call when passed into redis. Replacing the sdelete with 'srem' eliminates this problem. It looks like an oversight made when moving from the earlier version of redis, am I missing something? Or is this a safe fix?
The text was updated successfully, but these errors were encountered: