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