# File lib/redis.rb, line 448
  def smove(source, destination, member)
    synchronize do
      _bool @client.call [:smove, source, destination, member]
    end
  end