nalgeon / redka

Redis re-implemented with SQLite
BSD 3-Clause "New" or "Revised" License
3.24k stars 87 forks source link

Add tests for `ExpireAt` #10

Closed behnambm closed 2 months ago

behnambm commented 2 months ago

Hello,

I noticed the ExpireAt lacks tests. Can I help with that? If so, any guidance would be appreciated. I'm new to open source and eager to contribute.

nalgeon commented 2 months ago

Hi! Sure, feel free to send a PR. Should be pretty similar to the Expire test.

nalgeon commented 2 months ago

Thank you!