mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Update README.md
This commit is contained in:
parent
a68b25a1e1
commit
26557eed8c
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>
|
<h3 align="center">Persistence</h3>
|
||||||
<p align="center">
|
<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>. 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 dialogues 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>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue