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