Jamm\Memory\IRedisServer::RPopLPush PHP 메소드

RPopLPush() 공개 메소드

If source does not exist, the value nil is returned and no operation is performed.
public RPopLPush ( string $source, string $destination ) : string
$source string
$destination string
리턴 string
    public function RPopLPush($source, $destination);