xpdo icon indicating copy to clipboard operation
xpdo copied to clipboard

Added a cache provider for caching to RethinkDB

Open Omeryl opened this issue 8 years ago • 1 comments

It's missing a few things, but functionally it works.

Things that can be improved upon:

  • It could probably do with some more error handling.
  • While I store an expiration date, I'm currently not checking it.
  • Clearing a cache with a wildcard just flushes the entire cache.
  • Flushing flushes everything, not just the specified partition.

Omeryl avatar Apr 16 '16 15:04 Omeryl

My concern here is that each partition should be separate and protected from flushes. If this still flushes all partitions when you call it on a specific partition, then I'd like to see that resolved before incorporating this into mainline.

opengeek avatar Jan 16 '17 21:01 opengeek