Skip to content

SHOW STREAMS

Synopsis

1
SHOW | LIST STREAMS [EXTENDED];

Description

List the defined streams.

Example

1
2
3
4
5
-- See the list of streams currently registered:
SHOW STREAMS;

-- See extended information about currently registered streams:
LIST STREAMS EXTENDED; 

Last update: 2020-06-23