نصب #redis در #ubuntu 20.04
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-20-04
Digitalocean
How To Install and Secure Redis on Ubuntu | DigitalOcean
Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and config…
راه اندازی #redis در #php
https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
بعد به فایل php.ini رفته و این خط رو در اکستنشن ها اضافه می کنید
https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
بعد به فایل php.ini رفته و این خط رو در اکستنشن ها اضافه می کنید
extension=redis.so
راه اندازی #redis در #lumen
https://stackoverflow.com/questions/59432814/class-redis-not-found-in-lumen
https://stackoverflow.com/questions/59432814/class-redis-not-found-in-lumen
Stack Overflow
Class 'Redis' not found in Lumen
Lumen Version: 6.0
PHP Version: 7.2
Database Driver & Version: MySql 5.7, Redis
Code
use Illuminate\Support\Facades\Redis;
Redis::set($key, $data, 'EX', $expiry);
in app.php
$app->withF...
PHP Version: 7.2
Database Driver & Version: MySql 5.7, Redis
Code
use Illuminate\Support\Facades\Redis;
Redis::set($key, $data, 'EX', $expiry);
in app.php
$app->withF...