class Ohm::RangedSortedSet
Public Instance Methods
size()
click to toggle source
# File lib/ohm/sorted.rb, line 142 def size execute { |key| fix_size(db.zcount(key, @range.first, @range.last)) } end
# File lib/ohm/sorted.rb, line 142 def size execute { |key| fix_size(db.zcount(key, @range.first, @range.last)) } end