North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

/Users API returning tasks instead of users, querying redis cache incorrectly #303

Closed kieranmiguel closed 3 years ago

kieranmiguel commented 3 years ago

When a user queries the /Users API, it was returning tasks instead of users. Furthermore, the same redis key was being used for each caching operation, resulting in the same tasks being returned even with changes in pagination.