zoukankan      html  css  js  c++  java
  • redis服务操作

    端口启动服务
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6100.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6101.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6102.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6103.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6104.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6105.conf

    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6200.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6201.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6202.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6203.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6204.conf
    ./redis/redis-2.8.19/src/redis-server /redis/conf/r6205.conf

    端口启动客户端
    ./redis/redis-2.8.19/src/redis-cli -p 6100

    twemproxy服务启动
    ./twemproxy/twemproxy-0.4.0/src/nutcracker -d -c /twemproxy/twemproxy-0.4.0/conf/nutcracker.yml

  • 相关阅读:
    GIT 相关
    createFile
    值传递、指针传递、引用传递
    Sightseeing trip
    find the longest of the shortest
    Laurenty and Shop
    Dima and Lisa
    Marina and Vasya
    Kolya and Tanya
    Two Substrings
  • 原文地址:https://www.cnblogs.com/zzq-include/p/10959903.html
Copyright © 2011-2022 走看看