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.
私に関する限り、この方法は redis-cli のBLPOPコマンドに似ています。ただし、後者はその署名で複数のリストを取得できます。
leftPop() メソッドでも可能ですか? ドキュメントから:
key に格納されているリストから最初の要素を削除して返します。
できそうなのですが、どうしたらいいのかわかりません。
前もって感謝します。