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