mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Connect RedisStorage to 7777
This commit is contained in:
parent
a6ff546477
commit
a7846bb165
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ where
|
|||
<S as Serializer<Dialogue>>::Error: Debug + Display,
|
||||
{
|
||||
let storage = Arc::new(
|
||||
RedisStorage::open("redis://127.0.0.1:6379", serializer).await.unwrap(),
|
||||
RedisStorage::open("redis://127.0.0.1:7777", serializer).await.unwrap(),
|
||||
);
|
||||
|
||||
check_dialogue(
|
||||
|
|
Loading…
Reference in a new issue