SYN (synchronize)是请求同步的意思,ACK是确认同步的意思。 java同学应该对sync很熟悉了,以下为详解: SYN是TCP/IP建立连接时使用的握手信号。在客户机和服务器之间建立正常的TCP网络连接时,客户机首先发出一个SYN消息,服务器使用SYN-ACK应答表示接收到了这个消息,最后客户机再以ACK确认。
2^32大约42亿个,但官方只测试到了2.5亿个,一起来看一下官方文档 FAQ – Redis What is the maximum number of keys a single Redis instance can hold? and what is the max number of elements in a Hash, List, Set, Sorted Set? Redis