一般情况下,我们用linux作为生产环境,但是开发还是在windows下面,所以我们需要 win版本。。但是memcache官方网站只提供了源码。
下面介绍使用第三方编译的win版本的方法:
这是一个由Kenneth Dalgleish基于Kronuz的1.2.1构建。官方的memcached的团队不对这个版本支持!
核心关键在这个:
http://splinedancer.com/memcached-win32/
memcached for Windows
This is a port of memcached to the win32 architecture by Kenneth Dalgleish, based on Kronuz's 1.2.1 port. This port is not supported by the official memcached team.
Install
The win32 version of memcached can be run both as a NT Service or from the command line. To install memcached as a service, follow the next steps:
- Unzip the binaries in your desired directory (eg. c:\memcached)
- Install the service using the command: 'c:\memcached\memcached.exe -d install' from the command line
- Start the server from the Microsoft Management Console or by running the following command: 'c:\memcached\memcached.exe -d start'
- Use the server, by default listening to port 11211
Building from source
To build from source, you will need Visual Studio 2005 (any edition with C++ should work), Windows SDK (eg.Windows SDK for Windows Server 2008 and .NET Framework 3.5) and libevent (win32 binary provided on this page).- Install Visual Studio 2005
- Install Windows SDK
- Put libevent.lib in Win32-Prj/ folder
- Open solution file and it should build
Downloads
memcached 1.2.4 Win32 Beta
- memcached 1.2.4 Win32 Beta Binaries (09.03.2008)
- memcached 1.2.4 Win32 Beta Source (09.03.2008)
- memcached 1.2.4 Win32 Beta Patch for SVN revision 662 (tag 1.2.4) (09.03.2008)
Libevent 1.3e Win32
(Needed if building from source)- Libevent 1.3e Win32 Binary (06.03.2008)
Windows下Memcache安装
1、下载memcache for windows。下载地址:http://splinedancer.com/memcached-win32/,解压到d:\memcached。
2、在命令行状态下输入: d:\memcached\memcached.exe -d install 。至此memcached已经安装成windows服务
3、在命令行下输入: d:\memcached\memcached.exe -d start 以启动memcached服务。当然也可以选择在windows服务中启动
就是这么简单,简简单单的三步memcache的服务器端就准备完毕
相关推荐
在终端(也即cmd命令界面)下输入 ‘c:\memcached\memcached.exe -d install’ 安装 3. 再输入: ‘c:\memcached\memcached.exe -d start’ 启动。NOTE: 以后memcached将作为windows的一个服务每次开机时自动启动...
**Memcached Windows 下安装与测试详解** Memcached是一款高性能、分布式的内存对象缓存系统,广泛应用于Web应用中,用于减轻数据库的负载。它通过在内存中存储数据和对象来加速动态Web应用的运行速度。在Windows...
`memcached` 在Windows上的安装有针对两种处理器架构的版本:x64和x86。x64版本适用于64位操作系统,提供更好的性能和内存利用率,而x86版本则适用于32位操作系统。选择哪个版本取决于你的系统配置。如果您的计算机...
### Windows 下安装 Memcached #### 一、概述 本文旨在详细介绍如何在Windows环境下安装Memcached。Memcached是一款高性能、分布式内存对象缓存系统,用于加速动态Web应用,减轻数据库负担。由于官方并未直接提供...
这个“memcached-windows64-1.4安装文件”是专为Windows 64位操作系统设计的版本,包含安装所需的所有组件,使得在Windows环境下部署和运行Memcached变得简单。 **工作原理** Memcached基于键值对存储,它的工作...
本篇文章将详细讲解如何安装和配置memcached,以及与之相关的libevent和magent。 首先,我们需要了解libevent库。libevent是一个事件通知库,它允许程序处理多个网络连接,并有效地处理来自不同源的事件。在安装...
### MemCached在Windows环境下的安装与配置详解 #### 一、概述 MemCached是一种高性能、分布式内存对象缓存系统,可以极大地加速动态Web应用程序的速度,提高可扩展性。本文档将详细介绍如何在Windows 7 64位操作...
- 使用`memcached.exe -d install`命令安装Memcached为Windows服务。 - 使用`memcached.exe -d start`命令启动服务。此时,Windows服务管理器中会出现`memcached Server`服务,表示安装完成。 3. **客户端使用**...
在Windows操作系统中安装Memcached是一项相对简单的任务,但如果之前没有相关的经验,可能会遇到一些挑战。以下是详细的步骤说明: 1. 下载Memcached的Windows二进制文件和PECL扩展 首先,需要下载适用于Windows的...
Memcached的安装步骤: 1.下载memcached的windows稳定版,解压放某个盘下面,比如在c:\memcached 2.在终端(也即cmd命令界面)下输入'c:\memcached\memcached.exe -d install'安装 3.再输入:'c:\memcached\...
## Memcached在Windows上的安装 ### 安装步骤 1. **下载安装包**:访问Memcached的官方网站,下载适用于Windows的预编译版本,例如`memcached for Windows.zip`。 2. **解压并安装**:解压缩下载的zip文件,然后...
1. **安装与启动**:在Windows上运行memcached,用户需要将memcached.exe复制到合适的位置,然后通过命令行启动。启动时可以指定端口号、内存大小等参数。 2. **配置与管理**:memcached可以通过命令行参数进行配置...
- **Windows版本**: `memcached Windows.rar` 包含的是适用于普通Windows系统的安装程序。下载并解压后,通常会有一个可执行文件`memcached.exe`。可以直接运行这个文件启动服务,或者通过命令行参数配置服务器端口...
memcached windows xp 的稳定版
NULL 博文链接:https://exceptioneye.iteye.com/blog/1923456
安装和配置memcached for Windows通常包括以下步骤: 1. 下载并安装memcached的Windows版本。 2. 配置memcached服务,指定监听的端口和内存大小。 3. 安装PHP的memcached扩展,确保与PHP版本兼容。 4. 在PHP代码中...
memcached_windows 版安装文件memcached_windows 版安装文件memcached_windows 版安装文件memcached_windows 版安装文件