From 1883416c7a26633da54f1d1f292fce727b459d4b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 12 Sep 2020 19:08:14 +0200 Subject: [PATCH] Remove redis backend from example --- examples/bot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/bot.php b/examples/bot.php index 5c907b8b..67aa8aae 100755 --- a/examples/bot.php +++ b/examples/bot.php @@ -93,7 +93,6 @@ $settings = [ 'serialization' => [ 'serialization_interval' => 30, ], - 'db' => ['type' => 'redis'] ]; $MadelineProto = new API('bot.madeline', $settings);