Redis.brpoplpush

Pop a value from a list, push it to another list and return it; or block until one is available @param source @param destination @param timeout @return the element

  1. string brpoplpush(string source, string destination, int timeout)
    class Redis
    string
    brpoplpush
    (
    string source
    ,,)
  2. alias brpoplpush = BinaryRedis.brpoplpush

Meta