Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-04 21:27:08 +06:00 committed by GitHub
parent d7929d6fe0
commit a68b25a1e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ All the API <a href="https://docs.rs/teloxide/latest/teloxide/types/index.html">
<h3 align="center">Persistence</h3>
<p align="center">
Dialogues management is independent of how/where they are stored: you can just replace one line and make them <a href="https://en.wikipedia.org/wiki/Persistence_(computer_science)">persistent</a> (e.g. store on a disk, transmit through a network). By default, teloxide stores all user dialogues in RAM. Out-of-the-box storages include <a href="https://redis.io/">Redis</a>.
Dialogues management is independent of how/where they are stored: you can just replace one line and make them <a href="https://en.wikipedia.org/wiki/Persistence_(computer_science)">persistent</a>. By default, teloxide stores all user dialogues in RAM. Out-of-the-box storages include <a href="https://redis.io/">Redis</a>.
</p>
<hr>