[ 源代码: 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)