Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 572 Bytes

demo1_standalone.md

File metadata and controls

20 lines (18 loc) · 572 Bytes

ssh -l adminapptest@chiwawa:SSH:yannick_lorenzati wallix.socrate.vsct.fr ssh arola-bck sudo su - redpaoh1 alias redis-cli='/export/product/redis/3.2.1/bin/redis-cli' cd PAO sed -i 's/cluster-enabled yes/cluster-enabled no/' /appl/redpaoh1/PAO/config/redis_50000.conf ./SHUT && ./BOOT vi logs/redis_50000.log

redis-cli -h $(hostname -i) -p 50000 PING redis-cli -h $(hostname -i) -p 50000 $ set test val1 $ set test2 val2 $ get test2 $ keys * $ info $ info cpu

sed -i 's/cluster-enabled no/cluster-enabled yes/' /appl/redpaoh1/PAO/config/redis_50000.conf ./SHUT && ./BOOT