Code Monkey home page Code Monkey logo

redis-windows's Introduction

Redis Windows Version

With the powerful automated building capability of GitHub Actions, we can compile the latest version of Redis for Windows system in real-time.

The entire compilation process is completely transparent and open, with the compilation script located in the .github/workflows/ directory and the compilation logs available on the Actions page. In addition, we have added a hash calculation step when the compilation is completed, and the result is printed in the log. This is unmodifiable and recorded in the release page. You can verify the hash value of the downloaded file against the log and release page.
Our project is absolutely pure and without any hidden features, and can withstand the scrutiny of all experts. If you have any good ideas, please feel free to communicate with us.

We provide three operation modes:

  1. Run the start.bat script in the project to start directly with one click.
  2. Use the command line.
  3. Support running as a system service.

Command line startup:

cmd startup:

redis-server.exe redis.conf

powershell startup:

./redis-server.exe redis.conf

Service installation:

Can achieve automatic startup on boot. Please run it as an administrator and change RedisService.exe to the actual directory where it is stored.

sc.exe create Redis binpath=C:\Software\Redis\RedisService.exe start= auto

Start service

net start Redis

Out of Service

net stop Redis

Uninstall service

sc.exe delete Redis

image

Project Home: https://github.com/redis-windows/redis-windows

Acknowledgement:

NetEngine JetBrains Logo (Main) logo

Disclaimer

We suggest that you use it for local development and follow Redis official guidance to deploy it on Linux for production environment. This project doesn't bear any responsibility for any losses caused by using it and is only for learning and exchange purposes.

redis-windows's People

Contributors

yes8080 avatar jmos5156 avatar shogun-kub avatar dependabot[bot] avatar mokecc avatar itswryu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.