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