Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 4, 2021
1 parent 88680d0 commit cb2a147
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ This document describes changes to the APIs.

### master

[View changes](https://github.com/coleifer/walrus/compare/0.8.1...HEAD)
[View changes](https://github.com/coleifer/walrus/compare/0.8.2...HEAD)

### 0.8.2

* Use `HSET` instead of `HMSET`.
* Add a `search_items()` method to the full-text index which returns a 2-tuple
of `(key, doc)`.
* Add a timeout parameter to `bmove_tail` and `brpoplpush` wrappers.
* Allow disabling lua script-loading for faster initialization (for
applications that do not intend to utilize these features).

[View changes](https://github.com/coleifer/walrus/compare/0.8.1...0.8.2)

### 0.8.1

Expand Down
2 changes: 1 addition & 1 deletion walrus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'Charles Leifer'
__license__ = 'MIT'
__version__ = '0.8.1'
__version__ = '0.8.2'

# ___
# .-9 9 `\
Expand Down

0 comments on commit cb2a147

Please sign in to comment.