我是 django/redis 的新手,我开始熟悉 heroku redis 插件。但是,我只能使用set
and get
。
当我尝试使用其他方法hset
时,我收到此错误:'RedisCache' object has no attribute
cache.hset('key', 'value')
我该如何管理?
我是 django/redis 的新手,我开始熟悉 heroku redis 插件。但是,我只能使用set
and get
。
当我尝试使用其他方法hset
时,我收到此错误:'RedisCache' object has no attribute
cache.hset('key', 'value')
我该如何管理?