We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8ad97 commit ac9d56bCopy full SHA for ac9d56b
2 files changed
contrib/redis/README.md
@@ -4,7 +4,7 @@ This module installs support for using a [Redis cache](https://redis.io/) to
4
store user variables for RiveScript.
5
6
```bash
7
-pip install rivescript-redis
+pip install rivescript_redis
8
```
9
10
By default, RiveScript keeps user variables in an in-memory dictionary. This
python-rivescript.spec
@@ -3,7 +3,7 @@
3
%global desc A scripting language to make it easy to write responses for a chatterbot.
Name: python-%{srcname}
-Version: 1.14.4
+Version: 1.14.5
Release: 1%{?dist}
Summary: %{sum}
0 commit comments