# File lib/redis.rb, line 203
  def lastsave
    synchronize do |client|
      client.call([:lastsave])
    end
  end