# File lib/redis.rb, line 1172
  def smove(source, destination, member)
    synchronize do |client|
      client.call [:smove, source, destination, member], &_boolify
    end
  end