[ 原始碼: python-fakeredis ]
套件:python3-fakeredis(1.9.0-1)
python3-fakeredis 的相關連結
Debian 的資源:
下載原始碼套件 python-fakeredis:
- [python-fakeredis_1.9.0-1.dsc]
- [python-fakeredis_1.9.0.orig.tar.gz]
- [python-fakeredis_1.9.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Fake version of a redis-py
fakeredis is a pure Python implementation of the redis-py Python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis.
其他與 python3-fakeredis 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- dep: python3-six (<< 2.0.0)
- Python 2 and 3 compatibility library
- dep: python3-six (>= 1.16.0)
-
- dep: python3-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet (Python 3)