SHOW STREAMS
Synopsis
| SHOW | LIST STREAMS [EXTENDED];
|
Description
List the defined streams.
Example
| -- See the list of streams currently registered:
SHOW STREAMS;
-- See extended information about currently registered streams:
LIST STREAMS EXTENDED;
|
Last update:
2022-08-19