文件名称:python redis库
文件大小:109KB
文件格式:ZIP
更新时间:2021-01-07 17:25:53
python redis库
python redis库 [root@master soft]# unzip redis-py-master.zip -d /usr/local/redis [root@master soft]# cd /usr/local/redis [root@master redis]# ll total 4 drwxr-xr-x 7 root root 4096 Nov 4 02:40 redis-py-master [root@master redis]# cd redis-py-master/ [root@master redis-py-master]# sudo python setup.py install
【文件预览】:
redis-py-master
----MANIFEST.in(143B)
----.travis.yml(574B)
----README.rst(27KB)
----RELEASE(265B)
----docs()
--------conf.py(8KB)
--------make.bat(5KB)
--------_templates()
--------Makefile(5KB)
--------index.rst(472B)
--------_static()
----vagrant()
--------Vagrantfile(1KB)
--------install_redis.sh(1KB)
--------redis_init_script(1KB)
--------redis-configs()
--------redis_vars.sh(1KB)
--------sentinel-configs()
--------bootstrap.sh(74B)
--------.bash_profile(35B)
--------install_sentinel.sh(1KB)
--------sentinel_init_script(1KB)
--------build_redis.sh(634B)
----tests()
--------test_commands.py(61KB)
--------test_connection_pool.py(17KB)
--------test_scripting.py(4KB)
--------conftest.py(4KB)
--------test_pubsub.py(16KB)
--------test_lock.py(5KB)
--------__init__.py(0B)
--------test_sentinel.py(6KB)
--------test_pipeline.py(7KB)
--------test_encoding.py(1KB)
----tox.ini(307B)
----LICENSE(1KB)
----CHANGES(28KB)
----benchmarks()
--------basic_operations.py(5KB)
--------__init__.py(0B)
--------socket_read_size.py(912B)
--------base.py(1KB)
--------command_packer_benchmark.py(3KB)
----INSTALL(92B)
----setup.cfg(130B)
----setup.py(2KB)
----.gitignore(102B)
----redis()
--------utils.py(666B)
--------sentinel.py(12KB)
--------lock.py(10KB)
--------client.py(109KB)
--------__init__.py(902B)
--------connection.py(39KB)
--------_compat.py(6KB)
--------exceptions.py(1KB)