Browse Source

kvs_stream

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

+ 2 - 2
man/kvs_stream.htm

@@ -23,9 +23,9 @@
 <h3>INTRO</h3>
 <h3>INTRO</h3>
 
 
 <p>The <b>kvs_stream</b> is intended to store and retrieve doubly-linked lists
 <p>The <b>kvs_stream</b> is intended to store and retrieve doubly-linked lists
-   using simple key-value access to different databases through its backends:
+   using simple key-value access to different KV databases through its backends:
    redis, mongo, mnesia, riak, kai, fs.
    redis, mongo, mnesia, riak, kai, fs.
-   The main KVS cursor consist of two main parts (reader and writer).
+   The descriptor of the cursor consist mainly of two parts (reader and writer).
    Writer holds the cached value of the top or bottom of the stream.
    Writer holds the cached value of the top or bottom of the stream.
    Reader holds the cached value of current cursor position.
    Reader holds the cached value of current cursor position.
    Descriptor also tracks moving direction and distances to both ends,
    Descriptor also tracks moving direction and distances to both ends,