Postingan

Menampilkan postingan dari Januari, 2023

ReactJs React JS | Install Running

> Install : - npm install > Running : - npm start > Install di project existing npm run build > Jika saat install masih belum  npm install --force

Running Redis Memcache Windows

Gambar
sumber : https://hackthedeveloper.com/how-to-install-redis-on-windows-10/ dir : D:\LKPP\katalog5-dev\Redis\redis-server   This blog’s primary focus is to discuss   How to install Redis on Windows 10 ? Before addressing the main question, let’s first take a brief look on what is   Redis . What Is Redis? Redis  full form is  Re mote  Di rectory  S erver. Redis is a NO-SQL in-memory remote database that offers high performance, replication, and a unique data model. Now when we have a brief idea of what Redis is, let’s see how we can install  Redis on windows 10 . Redis was not developed for windows and thus a team of Microsoft handles the task to make it available to us. How To Install Redis On Windows 10 Follow the steps as shown to properly install Redis on Windows 10. Step 1: Download .Zip Or .Msi File As told earlier, Redis is not available on windows but Microsoft makes it available for the Windows users. Go to  https://github.com...