memcached 笔记之windows 7 下面 安装memcached 报错

windows 7 下面 安装memcached 报错

两种情况:

一:服务确实已经安装过 。如需要重新安装,当然是先memcached.exe -d uninstall

二:奇怪的是服务确实没有安装过的情况,在memcached.exe -d install也会出现上面定位报错。此时关掉cmd窗口  然后以管理员身份运行cmd,在执行上面的install,不出意外你会顺利的执行成功。

常用命令:

安装、卸载、启动、配置相关

-p 监听的端口

-l 连接的IP地址, 默认是本机

-d start 启动memcached服务

-d restart 重起memcached服务

-d stop|shutdown 关闭正在运行的memcached服务

-d install 安装memcached服务

-d uninstall 卸载memcached服务

-u 以的身份运行 (仅在以root运行的时候有效)

-m 最大内存使用,单位MB。默认64MB

-M 内存耗尽时返回错误,而不是删除项

-c 最大同时连接数,默认是1024

-f 块大小增长因子,默认是1.25

-n 最小分配空间,key+value+flags默认是48

-h 显示帮助

操作 memcached


Command


Description


Example


get


Reads a value


get mykey


set


Set a key unconditionally


set mykey 0 60 5


add


Add a new key


add newkey 0 60 5


replace


Overwrite existing key


replace key 0 60 5


append


Append data to existing key


append key 0 60 15


prepend


Prepend data to existing key


prepend key 0 60 15


incr


Increments numerical key value by given number


incr mykey 2


decr


Decrements numerical key value by given number


decr mykey 5


delete


Deletes an existing key


delete mykey


flush_all


Invalidate specific items immediately


flush_all


Invalidate all items in n seconds


flush_all 900


stats


Prints general statistics


stats


Prints memory statistics


stats slabs


Prints memory statistics


stats malloc


Print higher level allocation statistics


stats items

 
stats detail

 
stats sizes


Resets statistics


stats reset


version


Prints server version.


version


verbosity


Increases log level


verbosity


quit


Terminate telnet session


quit

memcached 笔记之windows 7 下面 安装memcached 报错

时间: 2024-10-13 11:45:04

memcached 笔记之windows 7 下面 安装memcached 报错的相关文章

windows使用pip安装selenium报错问题

UnicodeDecodeError: 'ascii' codec can't decode byte 0xb9 in position 7: ordinal not in range(128) 这是编码问题,需要在你的python安装目录下 这是我的安装目录C:\Python27\Lib\site-packages 添加sitecustomize.py文件 文件内容添加 import sys sys.setdefaultencoding('gb2312') 之后在执行pip install -

Djianggo 在windows中安装出现报错的解决方案

Djianggo 在win7下 安装会报错 Traceback (most recent call last):File "setup.py", line 4, in <module> from setuptools import setup, find_packagesImportError: No module named setuptools 需要到  https://pypi.python.org/pypi/setuptools/ 上下载  setuptools-1

Windows Essentials Movie Maker 安装失败报错 ——问题解决

Windows Essentials Movie Maker 安装失败报错: (软件包名: wlsetup-all.exe) 查到官方论坛给出了一些回复: https://social.technet.microsoft.com/Forums/windows/en-US/583637d8-434d-4fb6-9abd-b86820cd96dc/unable-to-install-windows-live-2012-into-windows-10-amp-windows-81error0x800c

Windows下pip安装包报错:Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat(转载)

Windows下pip安装包报错:Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat 刚在机器上windows环境下装上pip方便以后安装包的时候使用,谁知道第一次使用pip安装asyncio的时候就报错. 在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required  (Unable to find vcvarsall.bat) 环境:windo

Windows8 上面安装Oracle 11g 时,安装程序报错:[INS-13001]环境不满足最低要求

Oracle 11g 时,安装程序报错:[INS-13001]环境不满足最低要求,解决方法: 在安装文件的/stage/svu文件夹下面找到文件 cvu_prereq.xml文件,修改为如下(添加windows 8 相关字段): <?xml version="1.0"?> <HOST PLATID="912"> <SYSTEM> <MEMORY> <PHYSICAL_MEMORY VALUE="128&

在WSL中安装swool报错 error: unrecognized command line option &#39;-V&#39; 的解决方法

Windows Subsystem for Linux Ubuntu中使用pecl安装swool时遇到错误"error: C compiler cannot create executables"."error: unrecognized command line option '-V'" 解决方法 先看解决方法, 将gcc版本降低到4.8即可,因为高版本gcc取消了-V参数: sudo apt install gcc-4.8 -y sudo update-alte

Ceph安装QEMU报错:User requested feature rados block device configure was not able to find it

CentOS6.3中,要想使用Ceph的block device,需要安装更高版本的QEMU. 安装好ceph后,安装qemu-1.5.2 # tar -xjvf qemu-1.5.2.tar.bz2 # cd qemu-1.5.2 # ./configure --enable-rbd 一定要加上--enable-rbd选项,这样qemu才能支持rbd协议. 这一步可能会报错: ERROR: User requested feature rados block device configure

Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED

Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED 问题描写叙述 使用pip依照virtualenv报错,例如以下: pip install virtualenv Collecting virtualenv /opt/python27/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An

CentOS安装过程报错

Unable to read group information from repositories.  This is a problem with the generation of your install tree 网上搜到说是bug http://bbs.linuxtone.org/thread-16947-1-1.html 个人解决办法:把boot大小由200改为1024安装不报错