百度智能云

All Product Document

          Simple Cache Service SCS

          Other Instructions

          • The multi-key operation uses mget, mset, del that needs to compute the relevant node information, increasing the delay. Taking value as 10 bytes as an example, the running time of “set” is about 2ms, the running time of “mget” with 10 keys is 5ms and 100 keys with “mget” is about 20ms.
          • The maximum length of key is 1KB.
          • The maximum length value is 512MB according to “Redis”limitation requirement.
          • The Redis’s current replacement strategy is volatile-ttl.
          Previous
          Difference Between the MasterSlave Node Instance and the Cluster
          Next
          Limitation on the Use of Memcached