# File lib/familia/redisobject.rb, line 983
    def getrange spoint, epoint
      redis.getrange rediskey, spoint, epoint
    end