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?
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?