summaryrefslogtreecommitdiffstats
path: root/store/local_cache_supplier_reactions.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix store cache invalidation for reactions (#9331)Harrison Healey2018-08-301-2/+2
|
* Invalidate store cache after making changes (#9211)Harrison Healey2018-08-301-1/+1
| | | | | | | | * Invalidate store cache after making changes * Address feedback * Make cache invalidation in stores always use defer
* PLT-7639: Batch delete methods for data retention. (#7444)George Goldberg2017-09-151-0/+6
|
* remove more global references (#7442)Chris2017-09-141-5/+5
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* PLT-5308 Caching layer part 2 (#6973)Christopher Speller2017-07-311-0/+47
* Adding Reaction store cache layer example * Implementing reaction store in new caching system. * Redis for reaction store * Adding redis library * Adding invalidation for DeleteAllWithEmojiName and other minor enhancements