`
176915785
  • 浏览: 34075 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Redis on Windows

阅读更多

Redis 是一个高性能的key-value数据库。 redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。

性能测试结果:

SET操作每秒钟 110000 次,GET操作每秒钟 81000 次,服务器配置如下:

Linux 2.6, Xeon X3320 2.5Ghz.

stackoverflow 网站使用 Redis 做为缓存服务器。

 

之前只能在linux下使用,现在也有了windows版本的,我们可以在windows下使用Redis。

 

首先到https://github.com/MSOpenTech/Redis下载windows版的Redis。

用GIT下载还是用其他下载都可以。

 

编译方法:

  • 使用 Visual Studio 10 打开 msvs\redisserver.sln 文件并进行构建
  • 构建成功后将在 msvs\$(Configuration) 目录下生成如下可执行文件:
   
  • redis-server.exe
  • redis-benchmark.exe
  • redis-cli.exe
  • redis-check-dump.exe
  • redis-check-aof.exe
分享到:
评论

相关推荐

    专题资料(2021-2022年)Redis on Windows Release Notes.docx

    【Redis on Windows Release Notes】是针对在Windows操作系统上运行Redis的特定版本的更新记录文档,主要涵盖从2021年至2022年的技术改进、修复和功能增强。Redis是一个开源、高性能的键值存储系统,常用于数据库、...

    Redis on Windows Release Notes.docx

    **Redis on Windows Release Notes** Redis 是一个开源的、基于键值对的数据存储系统,常用于数据库、缓存和消息中间件。它以其高性能、低延迟和丰富的数据结构而闻名。在Windows平台上部署Redis,可以为那些主要...

    Redis on windows.docx 文件

    Redis on Windows是由MSOpenTech开发的,旨在提供一个在Windows操作系统上稳定、功能等效且性能相近于POSIX系统的Redis版本。在相同的硬件环境下,它实现了与POSIX版本几乎一致的运行性能。为了使Redis充分利用...

    专题资料(2021-2022年)Redis on Windows.docx

    Redis on Windows是MSOpenTech开发的一个版本,旨在在Windows操作系统上提供与POSIX系统(如Linux)上功能相当且性能相近的Redis缓存服务。这个实现主要是为了满足那些希望在Windows环境中利用Redis强大功能的用户...

    Redis-windows版4.0.2.2

    4. `Redis on Windows.docx`、`Windows Service Documentation.docx`、`Redis on Windows Release Notes.docx`:这些文档提供了关于如何在Windows上安装、配置和管理Redis服务的详细指南,包括版本的发行说明,以及...

    windows版Redis1

    4. `Redis on Windows.docx`、`Windows Service Documentation.docx`、`Redis on Windows Release Notes.docx`:这些文档提供了关于在Windows上安装、配置和管理Redis的详细信息,包括服务的创建、操作指南和版本...

    redis for windows

    而`Redis on Windows.docx`、`Windows Service Documentation.docx` 和 `Redis on Windows Release Notes.docx` 这些文档,分别提供了关于在Windows上安装和运行Redis的详细指南、服务相关的文档以及版本发布说明,...

    redis on windows推荐1

    由于 Redis 原生不支持 Windows 平台,但微软的开源技术团队(Microsoft Open Tech group)为 Windows 用户提供了移植版。在本文中,我们将深入探讨如何在 Windows 上安装和使用 Redis,以及相关的管理工具。 首先...

    windows版本 64位 redis3.2下载安装包

    压缩包中的其他文档,如`Redis在windows下安装过程.docx`、`Redis on Windows.docx`、`Windows Service Documentation.docx`和`Redis on Windows Release Notes.docx`提供了更详细的安装指南、使用说明和更新记录,...

    Redis 2.8 Windows X64版本

    4. `Redis on Windows.docx`:这可能是一个文档,详细介绍了如何在Windows环境下安装和使用Redis,包括可能遇到的问题和解决方法。 5. `Redis on Windows Release Notes.docx`:这是关于Redis 2.8在Windows平台上...

    redis-windows64位(亲测可以,含redis-server、redis.windows、安装教程)

    "Redis on Windows.docx"很可能是一个详细的安装教程,指导用户如何在Windows环境中安装和配置Redis。"Windows Service Documentation.docx"可能包含了关于如何将Redis作为Windows服务进行安装和管理的信息。"Redis ...

    Windows-redis-6.2.1-x64

    安装 Redis on Windows: 1. 解压 "Windows-redis-2.2.1" 压缩包到你选择的目录。 2. 打开 "redis.windows-service.conf" 文件进行基本配置,如端口设置(默认为 6379)、日志文件路径等。 3. 可以通过 "redis-...

    Redis-2.8 for Windows64

    提供的文档如`Redis on Windows.docx`、`Windows Service Documentation.docx`和`Redis on Windows Release Notes.docx`包含了关于在Windows上安装、配置和使用Redis的详细指南,以及版本更新的详细信息。...

    redis for windows 64

    - "Redis on Windows Release Notes.docx":包含了 Redis for Windows 特定版本的发行说明,列出新功能、改进和已知问题。 5. **运行 Redis on Windows** - 要启动 Redis 服务,可以使用 "redis-server.exe" 并...

    redis数据库windows版。

    4. `Redis on Windows.docx`和`Windows Service Documentation.docx` 这两个文档可能是关于如何在Windows系统上安装和管理Redis服务的指南,通常会包含如何将Redis注册为Windows服务、如何启动和停止服务以及故障...

    redis-6.2.14-win-amd64

    **安装与配置Redis on Windows:** 1. 解压下载的"redis-6.2.14-win-amd64"到指定目录。 2. 修改`redis.windows.conf`配置文件,根据需求调整参数,如默认端口6379、最大内存限制、是否启用保护模式等。 3. 启动...

Global site tag (gtag.js) - Google Analytics