官方说单例能处理key:2.5亿个,参考链接:https://redis.io/topics/faq,以下是原话: What is the maximum number of keys a single Redis instance can hold? and what the max number of elements in a Hash, List, Set, Sorted Set?Re
mysql 4.0版本以下,varchar(50), 指的是50字节,如果存放utf8汉字时,只能存放16个(每个汉字3字节) mysql 5.0版本以上,varchar(50), 指的是50字符,无论存放的是数字、字母还是UTF8汉字(每个汉字3字节),都可以存放50个。 可以自己建个表试试varchar(50)可以放多少汉字。 ———————————————— 版权声明:本文为CSDN博主