# File lib/ohm.rb, line 377 def ids if Array === key Stal.solve(redis, key) else key.call("SMEMBERS") end end