1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

implement contains_key, update, update_or (#459)

* implement contains_key, update, update_or

* docs(session): update docs for new methods

* docs(session): clarify errors

* test(session): fix doctest

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Keith Cirkel
2025-01-14 00:51:40 +00:00
committed by GitHub
parent 695369f02f
commit 265b213123
4 changed files with 148 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Add `Session::contains_key` method.
- Add `Session::update[_or]()` methods.
- Update `redis` dependency to `0.27`.
## 0.10.1