Redis Sync 命令
Redis 教程
· 2019-03-08 20:43:04
Redis Sync 命令用于同步主从服务器。
语法
redis SYNC 命令基本语法如下:
redis 127.0.0.1:6379> SYNC
可用版本
>= 1.0.0
返回值
不明确。
实例
redis 127.0.0.1:6379> SYNC Entering slave output mode... (press Ctrl-C to quit) SYNC with master, discarding 18 bytes of bulk transfer... SYNC done. Logging commands from master. "PING" "PING" "PING" "PING"
点击查看所有 Redis 教程 文章: https://codercto.com/courses/l/33.html
Build Your Own Web Site the Right Way Using HTML & CSS
Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95
Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!