1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

updates based on RI changes to README

This commit is contained in:
Ginger Collison 2021-02-05 15:01:52 -06:00 committed by GitHub
parent df06f33871
commit 8892475f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,20 @@ JetStream is multi-tenant so you will need to check that your account is enabled
```nohighlight ```nohighlight
$ nats account info $ nats account info
Connection Information:
Memory: 0 B of 6.4 GB Client ID: 8
Storage: 0 B of 1.1 TB Client IP: 127.0.0.1
Streams: 1 of Unlimited RTT: 178.545µs
Headers Supported: true
Maximum Payload: 1.0 MiB
Connected URL: nats://localhost:4222
Connected Address: 127.0.0.1:4222
Connected Server ID: NCCOHA6ONXJOGAEZP4WPU4UJ3IQP2VVXEPRKTQCGBCW4IL4YYW4V4KKL
JetStream Account Information:
Memory: 0 B of 5.7 GiB
Storage: 0 B of 11 GiB
Streams: 0 of Unlimited
Max Consumers: unlimited
``` ```
### Streams ### Streams