# File lib/familia/redisobject.rb, line 404
    def range sidx=0, eidx=-1
      el = rangeraw sidx, eidx
      multi_from_redis *el
    end