Etesting

Redis

Server side:

  • Download scripts:

    1
    2
    git clone https://github.com/sjtuhjh/applications
    cd applications/apps/redis/redis_test1
  • Init:

    1
    ./setup.sh server
  • Run:

    1
    ./run_server.sh

Client side:

  • Download:

    1
    2
    git clone https://github.com/sjtuhjh/applications
    cd applications/apps/redis/redis_test1
  • Init:

    1
    ./setup.sh client
  • Run:

    1
    ./run_test.sh

热评文章