mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Shorten README.md a little bit
This commit is contained in:
parent
bcca608c9d
commit
d7929d6fe0
1 changed files with 1 additions and 1 deletions
|
@ -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: just replace one line and make them <a href="https://en.wikipedia.org/wiki/Persistence_(computer_science)">persistent</a> (for example, store on a disk, transmit through a network), without affecting the actual <a href="https://en.wikipedia.org/wiki/Finite-state_machine">FSM</a> algorithm. 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> (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>.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Reference in a new issue