Tuesday 11 May 2021

Redis && InstallRedis on Ubuntu &&Start Redis on Laravel

 https://redis.io/topics/data-types-intro


Redis server is like mysql-server is a simple database that stores key-value pairs.

It is mostly used as a cache DB, or as a HashTable but more memory efficiency in scripting. Wrtting and reading from redis is O(1)



Install redis server on ubuntu :

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04


Install, Config redis on Laravel :

https://laravel.com/docs/8.x/redis




No comments:

Post a Comment