redisにkeyは何個まで入るんだろうと思ったらfaqにありました
https://redis.io/topics/faq
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?
2^32個だそうです。異常なことをしない限り気にしなくてよさそう
redisにkeyは何個まで入るんだろうと思ったらfaqにありました
https://redis.io/topics/faq
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?
2^32個だそうです。異常なことをしない限り気にしなくてよさそう