Skip to content

Commit 022f6af

Browse files
committed
Update docstring
1 parent cfe8c58 commit 022f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

werobot/session/redisstorage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RedisStorage(SessionStorage):
1818
session_storage=session_storage)
1919
2020
21-
你需要安装 ``redis`` 才能使用 MongoDBStorage
21+
你需要安装 ``redis`` 才能使用 RedisStorage
2222
2323
:param redis: 一个 Redis Client。
2424
:param prefix: Reids 中 Session 数据 key 的 prefix 。默认为 ``ws_``

0 commit comments

Comments
 (0)