Redis

Ҵ   
   ȸ 11721  

http://redis.io/
vmware에서 후원.
안전한 네트웍에서 안전한 client들이 호출하는 것이 기본임. 알아서 보안을 해야 함. ㄷㄷㄷ..

프로그램설치
tar xvf redis-2.6.13.tar.gz
cd redis-2.6.13
make
yum install tcl (8.x 버젼 이상의 tcl이 있어야 test가 가능)
make test
make install

redis-server (redis-server)
# redis-server & (백그라운드 실행)
# redis-server /etc/redis.conf (설치 파일의 redis.conf 수정하여 /etc로 복사. daemonize를 yes로 하면 백그라운드 실행)

redis-cli (redis-client)

redis-benchmark (redis로 처리가능한 성능을 알려주는 프로그램)
# redis-benchmark
...
96.62% <= 1 milliseconds
100.00% <= 1 milliseconds
67567.57 requests per second


* PECL 설치 (php 세션관리. 잘 됩니다. 그렇지만 redis 함수는 쓸 수 없어요)
pecl install redis
php.ini에 extension=redis.so 를 추가... 그런데... 아무리 찾아도 redis.so가 없다. 헉...

* 소스설치
phpredis에서 소스를 받아서
phpize
./configure
make
make install

이렇게 하면 /usr/local/lib/php/extensions/no-debug-zts-20090626/ 에 redis.so가 생성 됩니다.

php-redis admin

- opencode.co.kr -
Ҵ 2013-05
Where's Redis Cluster?
Redis Cluster, the distributed version of Redis, is making a lot of progresses and will be released as beta at the start of Q3 2013, and in a stable release before the end of 2013. You can watch a video about what Redis Cluster can currently do. The source code of Redis Cluster is publicly available in the unstable branch, check the cluster.c source code.
Ҵ 2013-05
Package "redis" Version "2.2.3" does not have REST xml available

===> Ŀ ϴϱ ȴ... ...
===> ؾ մϴ.


Page 2/2
     
2016-07   84538   Ҵ
2015-11   87056   Ҵ
2014-06   158064   Ҵ
2015-05   123813   Ҵ
2015-10   107392   Ҵ
2013-05   12198   Ҵ
2013-06   10369   Ҵ
2013-05   9964   Ҵ