about summary refs log tree commit diff
path: root/src/database/redis
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the Redis instance spawning in tests to automatically kill RedisVika2021-05-051-3/+22
|
* Moved the Redis spawner to the Redis module where it belongs, refactored ↵Vika2021-05-051-0/+39
| | | | tests to use the Redis database instead of a fake one
* Added a connection pool to the RedisDatabaseVika2021-05-051-17/+27
|
* Refactored error handling in RedisStorage using the ? operatorVika2021-05-051-184/+124
|
* Clippy lintsVika2021-05-041-18/+12
|
* Fixed Redis testsVika2021-05-041-1/+1
|
* Refactored the database module and its testsVika2021-05-042-0/+397