Connect RedisStorage to 7777

This commit is contained in:
Temirkhan Myrzamadi 2020-07-01 21:32:30 +06:00
parent a6ff546477
commit a7846bb165

View file

@ -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(