Remove redis backend from example

This commit is contained in:
Daniil Gentili 2020-09-12 19:08:14 +02:00
parent 9df1e27780
commit 1883416c7a
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -93,7 +93,6 @@ $settings = [
'serialization' => [
'serialization_interval' => 30,
],
'db' => ['type' => 'redis']
];
$MadelineProto = new API('bot.madeline', $settings);