Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services AWS Redis(V3.2.6):HMSET不工作_Amazon Web Services_Redis - Fatal编程技术网

Amazon web services AWS Redis(V3.2.6):HMSET不工作

Amazon web services AWS Redis(V3.2.6):HMSET不工作,amazon-web-services,redis,Amazon Web Services,Redis,当我尝试运行HMSET时,出现以下错误。 我不知道这个消息是什么意思 No way to dispatch this command to Redis Cluster. Missing key. HMSET ABC12340112163928690398 XYZ12340112163928690429 b'eyJuY2lfaWQiOiAi=' 字段的值传递不正确-请删除前导的“b”(Pythonic值?),它应该可以工作,即: HMSET ABC12340112163928690398 XYZ

当我尝试运行HMSET时,出现以下错误。 我不知道这个消息是什么意思

No way to dispatch this command to Redis Cluster. Missing key.
HMSET ABC12340112163928690398 XYZ12340112163928690429 b'eyJuY2lfaWQiOiAi='

字段的值传递不正确-请删除前导的“b”(Pythonic值?),它应该可以工作,即:

HMSET ABC12340112163928690398 XYZ12340112163928690429 'eyJuY2lfaWQiOiAi='