sql >> データベース >  >> NoSQL >> Redis

postgresのLRUキャッシュとしてredisを使用する

    擬似コードの場合:

    see if redis has the record by 'record_type:record_id'
    if so return the result
    if not then query postgres for the record_id in the record_type table
    store the result in redis by 'record_type:record_id'
    return the result
    

    これは、使用しているクエリエンジンのカスタムアダプタである必要がある場合があります。




    1. N:M関係のMongoDBでカスケード削除に相当する推奨事項は何ですか?

    2. MongoDBがシェルでデータベースを作成しない

    3. brew install mongodbエラー:「sudobrewinstall」を臆病に拒否するMac OSX Lion

    4. FilterDefinition<TDocument>をmongoシェルで実行できる通常のjsonmongoクエリに変換します