随笔分类 - NoSQL
摘要:Configuration # mongod.conf # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/ # Where and how
阅读全文
摘要:删除Cluster所有key: #!/bin/bash host=192.168.8.105 port=6365 user=default password=default nodes=$(redis-cli -c -h $host -p $port --user $user --pass $pas
阅读全文
摘要:# # ACL Configuration # # redis.conf ~* key正则 &- pub/sub channel +@ 权限 # +<command> -<command> +@<category> -@<category> # +@all -@all user default on
阅读全文
摘要:Links: https://gist.github.com/hackedunit/a53f0b5376b3772d278078f686b04d38#file-install-redis-md Compile: dnf install centos-release-scl scl-utils-bui
阅读全文