Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python モジュールで redis を使用してバイト シーケンスを (キーとして) 保存しています
例えば:
str = "\x00\x01\x00\x03" (バイトシーケンスとして)
db.keys(パターン=' '+str+' ')
すべての鍵をくれます。
これは正常な動作ですか?