class SidekiqUniqueJobs::Redis::String
def set(obj)
-
(true, false)
-
Parameters:
-
obj
(String
) -- the object to update the key with
def set(obj) redis { |conn| conn.set(key, obj) } end
(true, false)
-
obj
(String
)
-- the object to update the key with
def set(obj) redis { |conn| conn.set(key, obj) } end