summaryrefslogtreecommitdiffstats
path: root/store/sql_supplier_reactions.go
Commit message (Collapse)AuthorAgeFilesLines
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-212/+0
| | | | | | | | | | * move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp
* Add error codes to the remaining stores (Part 1). (#7461)George Goldberg2017-09-201-11/+11
|
* PLT-7639: Batch delete methods for data retention. (#7444)George Goldberg2017-09-151-0/+28
|
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* Update IsUniqueConstraint to check error codes instead of message text (#7385)Joram Wilander2017-09-061-1/+1
|
* PLT-5308 Caching layer part 2 (#6973)Christopher Speller2017-07-311-8/+157
| | | | | | | | | | | | * 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
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-0/+35