Skip to content

Redis wrapped into windows service. Uses MSOpenTech port as a code base. https://github.com/MSOpenTech/redis. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes http://redis.io

License

BSD-3-Clause and 2 other licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
license.txt
BSD-3-Clause
COPYING
Notifications You must be signed in to change notification settings

stevefrbc/redis-service

 
 

redis-service

Redis wrapped into windows service

Install:

  1. Download x86 or x86_64bit binaries (already precompiled for you) from /bin folder

  2. Unpack on your machine or server

  3. Execute with admin permissions RedisService.exe /install

  4. Start service (from service manager or using "net start Redis" console command)

Enjoy.

About

Redis wrapped into windows service. Uses MSOpenTech port as a code base. https://github.com/MSOpenTech/redis. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes http://redis.io

Resources

License

BSD-3-Clause and 2 other licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
license.txt
BSD-3-Clause
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.2%
  • Tcl 17.7%
  • C# 3.2%
  • ApacheConf 3.0%
  • C++ 2.1%
  • PowerShell 0.7%
  • Other 1.1%