Redis
 sql >> Baza danych >  >> NoSQL >> Redis

Używanie redis jako pamięci podręcznej LRU dla postgres

W pseudokodzie:

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

Może to być niestandardowy adapter dla używanego silnika zapytań.




  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Jak stworzyć rozproszoną blokadę z Redis?

  2. Hosting ScaleGrid dodaje obsługę wysoce dostępnych klastrów Redis™ z automatycznym dzieleniem na fragmenty

  3. Wystąpił błąd połączenia podczas używania redis-trib.rb do tworzenia klastra?

  4. Migracja phpRedis do klastra i spójne haszowanie

  5. Porównanie Redis i Memcached – 2021