Наверняка у многих возникло желание потестить отправку сообщений, но Redis не установлен и вообще непонятно как с ним быть.
На самом деле запустить его очень просто.
🔸 Для Windows, качаем архив, запускаем redis-server.exe
🔸 Для Linux несколько команд
🔸 Если есть Docker, то еще проще
docker run --rm -p 6379:6379 redis
Всё, можно экспериментировать!
______________________
А еще с сервером можно поиграть в пинг-понг
> redis-cli ping
PONG
#tricks#libs#linux
🚀 Etherscan Enhances Contract Page with New Features
Etherscan has announced a revamp of its contract page, introducing an IDE-style code browser. According to Foresight News, the update includes features such as file tree navigation, multi-file tabs, contract outline jumping, and cross-file keyword search.
The redesign also improves the interaction interface for reading and writing contract pages, aiming to enhance the user experience in reading and operating smart contracts. Users can now switch to full-screen mode and open matching contract codes directly in Blockscan and Ethereum Remix for editing.
#Etherscan#SmartContracts#Blockchain#Ethereum#CodeBrowser#DeveloperTools#Crypto#IDE#BlockchainDevelopment#TechUpdate#ETH