Browse Source

kvs_stream

Namdak Tonpa 7 years ago
parent
commit
e006c9a951
1 changed files with 2 additions and 3 deletions
  1. 2 3
      man/kvs_stream.htm

+ 2 - 3
man/kvs_stream.htm

@@ -39,9 +39,8 @@
 
 
    <p>This module could be used to manage different kinds of lists
    <p>This module could be used to manage different kinds of lists
       including doubly-linked lists on top of any KV storage.
       including doubly-linked lists on top of any KV storage.
-      The possible applications are: public and private feeds,
-      unread messages, processing queues with different speed
-      of producing and consuming, chat applications, blockchain applications, etc.</p>
+      The possible applications are: public and private feeds, FIFO queues,
+      unread messages, chat applications, blockchain applications, etc.</p>
 
 
    <p>You can download <a style="margin-bottom:30px;" href="https://raw.githubusercontent.com/synrc/kvs/master/src/kvs_stream.erl">kvs_stream</a> as it's a self-containing module.
    <p>You can download <a style="margin-bottom:30px;" href="https://raw.githubusercontent.com/synrc/kvs/master/src/kvs_stream.erl">kvs_stream</a> as it's a self-containing module.
             &nbsp; <br><br>
             &nbsp; <br><br>