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 データベースがあり、データをシャード化されたデータベースにコピーしたいと考えています。私は周りを見回しましたが、私が見つけたベストプラクティスは、ダンプファイルを Json にエクスポートし、それを新しいシャード化された db インスタンスにリロードして、キーハッシュを保持できるようにすることでした。助けてくれてありがとう。
Redis クラスターはまだ開発中であるため、当面は次のアプローチを取ることができます -
https://github.com/kni/redis-sharding