Redis
 sql >> Teknologi Basis Data >  >> NoSQL >> Redis

Menggunakan redis sebagai cache LRU untuk postgres

Dalam kode semu:

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

Ini mungkin harus berupa adaptor khusus untuk mesin kueri yang Anda gunakan.




  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Apa perbedaan utama antara Redis Pub/Sub dan Redis Stream?

  2. Pembatalan Stack Overflow, Redis, dan Cache

  3. Mengamankan Node Redis

  4. Apakah ada alternatif Java yang dapat disematkan untuk Redis?

  5. nestJS socket.io-redis:6.0.1