Redis: string
- Type of string is binary-safe, which the value of string in redis can inlcude any typical data,such as image with jpg format, serialized object and so on. The maximum capacity of string in redis is 512MB.
- Instructions:
![]()
-
Data Structure:String's data structure is SDS(Simple Dynamic String), maximum capacity is 512MB.


浙公网安备 33010602011771号