Наверняка у многих возникло желание потестить отправку сообщений, но Redis не установлен и вообще непонятно как с ним быть.
На самом деле запустить его очень просто.
🔸 Для Windows, качаем архив, запускаем redis-server.exe
🔸 Для Linux несколько команд
🔸 Если есть Docker, то еще проще
docker run --rm -p 6379:6379 redis
Всё, можно экспериментировать!
______________________
А еще с сервером можно поиграть в пинг-понг
> redis-cli ping
PONG
#tricks#libs#linux
#softskills#Linux#Development#OperatingSystem
🛠
Vim Masterclass - Learning Path
This learning path covers the Vim text editor, covering a range of techniques and practices designed to get you up and running with Vim in no time! Each course within the learning path contains exercises that you can follow along with to ensure that you've understood the key concepts at a practical level. We also provide you with the resources necessary to get started straight away - all the materials used in this learning path can be downloaded here (Visit official page).
-----
Main channel: @repo_science
Coupons: @freecoupons_reposcience
-----