|
@@ -35,8 +35,7 @@
|
|
|
The data in list could be removed only by record id.
|
|
|
The list could not contain duplicates or even records with the same id.
|
|
|
When you consume the stream, the data is not deleted.
|
|
|
- The possible applications are: public and private feeds, FIFO queues,
|
|
|
- unread messages, chat applications, blockchain, etc.</p>
|
|
|
+ </p>
|
|
|
|
|
|
<p><blockquote><p><ul>
|
|
|
<li><b><a href="#new">new/0</a></b> — new list.</li>
|
|
@@ -71,7 +70,9 @@
|
|
|
You can grab <a style="margin-bottom:30px;"
|
|
|
href="https://raw.githubusercontent.com/synrc/kvs/master/src/kvs_stream.erl">kvs_stream</a>
|
|
|
and use it in your applications without importing <b>synrc/kvs</b> dependency,
|
|
|
- as this module is self-containing.<br><br>
|
|
|
+ as this module is self-containing.
|
|
|
+ The possible applications are: public and private feeds, FIFO queues,
|
|
|
+ unread messages, chat applications, blockchain, etc.<br><br>
|
|
|
<img src="https://n2o.space/img/Erlang.png" width=50></p>
|
|
|
|
|
|
</section>
|