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