छद्म कोड में:
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
यह आपके द्वारा उपयोग किए जा रहे क्वेरी इंजन के लिए एक कस्टम एडेप्टर हो सकता है।