From 4fad96bdc4f7cd94053dcdde3d5f3f45c03e1ca0 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 25 Oct 2019 10:19:00 -0500 Subject: [PATCH] Update README.md --- nats-streaming-server/configuring/persistence/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nats-streaming-server/configuring/persistence/README.md b/nats-streaming-server/configuring/persistence/README.md index bf70824..68914b3 100644 --- a/nats-streaming-server/configuring/persistence/README.md +++ b/nats-streaming-server/configuring/persistence/README.md @@ -2,3 +2,6 @@ By default, the NATS Streaming Server stores its state in memory, which means that if the streaming server is stopped, all state is lost. Still, this level of persistence allows applications to stop and later resume the stream of messages, and protect against applications disconnect \(network or applications crash\). +* [File Store](file_store.md) +* [SQL Store ](sql_store.md) +