kvs_st.htm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html><html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" content="" />
  3. <meta name="author" content="Maxim Sokhatsky" /><title>ST</title>
  4. <link rel="stylesheet" href="https://n2o.dev/blank.css" />
  5. <link rel="stylesheet" href="https://n2o.dev/zima.css" />
  6. </head><body><nav>
  7. <a href="https://n2o.dev">DEV</a>
  8. <a href="https://kvs.n2o.space">KVS</a>
  9. <a href="#" style="background:#ededed;">ST</a>
  10. <div class="dropdown">
  11. <a onclick="drop()" class="dropbtn">EN</a>
  12. <div id="dropdown" class="dropdown-content">
  13. <a href="https://n2o.dev/deps/kvs/man/ua/kvs_st.htm">UA</a>
  14. <a href="#">EN</a>
  15. </div>
  16. </div>
  17. </nav><header>
  18. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg" /></a>
  19. <h1>ST</h1>
  20. </header><main>
  21. <section>
  22. <h3>INTRO</h3>
  23. <p>The ST module provides STREAM interface for ROCKS backend.
  24. Set the {dba,kvs_rocks} along with {dba_st,kvs_st} in order to use ST module for stream operations.</p>
  25. </section>
  26. <section>
  27. <p>This module may refer to:
  28. <a href="kvs_stream.htm"><b>kvs_stream</b></a>,
  29. <a href="kvs_rocks.htm"><b>kvs_rocks</b></a>,
  30. <a href="kvs.htm"><b>kvs</b></a>.
  31. </p>
  32. </section>
  33. </main><footer>
  34. 2005—2019 © Synrc Research Center
  35. </footer>
  36. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  37. </body></html>