Sebastiaan Zeeff

Results 28 comments of Sebastiaan Zeeff

> **increment and decrement returning the new value** This is included in the new release, which also makes the increment/decrement operations atomic from a Redis point of view.

Increment and decrement now return the new value in version 0.3.0. It's been released to PyPI Thursday, so you should be able to migrate to that version. Could you explain...

Thanks, I'll look into this and see how we can support in a way that makes sense.

I've set up a simple linting CI using GitHub actions. It's currently not using one of the actions from the marketplace; it's just using plain flake8.

Not yet, but I'm planning on changing that later. To be able to use such actions, we'll need to change the trigger event to `pull_request_target`, which will slightly change the...

Could you elaborate on what you have in mind? The current design is that this package provides convenient data types to work with, which are "incidentally" backed by redis for...

I'm planning on including `expiry` in the future. I'm already using myself in another project (the advent of code leaderboard cache in [python-discord/sir-lancebot](/python-discord/sir-lancebot) has an expiry set with the underlying...

It's not a requirement for our resources list that the resource is free. A lot of great resources are paid and well worth the money.