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