This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
acl
Watch
1
Star
0
Fork
0
You've already forked acl
mirror of
https://gitee.com/acl-dev/acl.git
synced
2024-12-15 01:10:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
39c749a13d
acl
/
lib_acl_cpp
/
samples
/
redis
/
redis_cluster
/
valgrind.sh
4 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
support redis cluster mode and add redis_cluster sample
2015-02-14 01:01:29 +08:00
#!/bin/sh
add support for CLUSTER commands, rename old redis_cluster to redis_client_cluster, redis_pool to redis_client_pool
2015-04-02 22:19:57 +08:00
valgrind --tool
=
memcheck --leak-check
=
yes -v ./redis_cluster -s 127.0.0.1:6379 -a slots
Reference in New Issue
Copy Permalink