NoSQL
文章平均质量分 81
honghu79
技术总监、运维总监; ITIL service manager,ISO 20000,ISO 27001主任审核员,PMP,信息系统项目管理师,OCP, IBM高级认证工程师、IBM DB2数据库高级认证工程师。对IT服务和运维标准化、自动化运维有较深的理解和研究;网络路由和交换(CISCO)、操作系统(LINUX,AIX,WIN,HPUNIX)、数据库(ORACLE,MYSQL,DB2) ,中间件,数据安全等;对软件开发有一定程度的实施经验,以J2EE框架和MVC框架为主,近几年主要精力在信息安全、虚拟化、云计算、大数据等的研究;
展开
-
MemcacheD、Repcached在centos上的安装步骤
Memcached、Repcached在centos上的安装步骤本文为noslq第一二周的dataguru上作业2按照本步骤安装可以解决大部分的问题。 1. [root@localhost ~]# yum install memcached2. Loaded plugins: rhnplugin, security3. This system is not原创 2013-10-12 15:55:13 · 1783 阅读 · 0 评论 -
python连接redis
python连接redis1、import redis //导入redis2、r = redis.Redis(host='127.0.0.1', port=6379, db=0)3、r.set('foo', 'bar') # or r['foo'] = 'bar'True4、r.get('foo') # or r['foo']'bar'原创 2013-10-20 15:55:39 · 750 阅读 · 0 评论 -
centos 下安装redis和python以及python-redis-nosql
centos下安装 redis和python以及python-redis[root@localhost ~]#ps -ef | grep redisroot 3675 3652 0 07:10 pts/1 00:00:00 grep redis[root@localhost ~]#yum install redisLoaded plugins:fastestmir原创 2013-10-20 15:57:13 · 1759 阅读 · 0 评论 -
centos下安装memcached
[root@localhost init.d]# [root@localhost init.d]# [root@localhost init.d]# [root@localhost init.d]# [root@localhost init.d]# cls-bash: cls: command not found[root@localhost init.d]# clear原创 2013-10-20 15:58:58 · 5790 阅读 · 0 评论