Redis is slow to get large strings

前端 未结 2 1097
粉色の甜心
粉色の甜心 2021-02-20 13:22

I\'m kind of a newb with Redis, so I apologize if this is a stupid question.

I\'m using Django with Redis as a cache.

I\'m pickling a collection of ~200 objects

2条回答
  •  忘掉有多难
    2021-02-20 14:08

    It's most likely just the size of the string. I'd look at whether your objects are being serialized efficiently.

提交回复
热议问题