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