BinaryRedis.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

class BinaryRedis
const(ubyte)[]
brpoplpush
(
const(ubyte)[] source
,
const(ubyte)[] destination
,)

Meta