about summary refs log tree commit diff
path: root/src/database/redis/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Update CI configuration and GitLab WebIDE settingsVika2021-05-171-1/+1
* Added a note to future selfVika2021-05-051-0/+7
* 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 test...Vika2021-05-051-0/+39
* 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-041-0/+304