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:
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
- Add `Session::contains_key` method.
|
||||
- Add `Session::update[_or]()` methods.
|
||||
- Update `redis` dependency to `0.27`.
|
||||
|
||||
## 0.10.1
|
||||
|
Reference in New Issue
Block a user