class SidekiqUniqueJobs::Redis::String

def set(obj)

Returns:
  • (true, false) -

Parameters:
  • obj (String) -- the object to update the key with
def set(obj)
  redis { |conn| conn.set(key, obj) }
end