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