Skip to content

Commit

Permalink
Python: Allow chaining function calls on transaction (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon authored Feb 18, 2024
1 parent fa625a9 commit ee1d7cf
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 128 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#### Features
* Python, Node: Added support in Lua Scripts ([#775](https://github.com/aws/glide-for-redis/pull/775), [#860](https://github.com/aws/glide-for-redis/pull/860))
* Node: Allow chaining function calls on transaction. ([#902](https://github.com/aws/glide-for-redis/pull/902))
* Python, Node: Allow chaining function calls on transaction. ([#902](https://github.com/aws/glide-for-redis/pull/902)), ([#987](https://github.com/aws/glide-for-redis/pull/987))

#### Fixes
* Core: Fixed `Connection Refused` error not to close the client ([#872](https://github.com/aws/glide-for-redis/pull/872))
Expand Down
Loading

0 comments on commit ee1d7cf

Please sign in to comment.