Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/e4de259011d4a53a35f6ee2c04bb45d3 to your computer and use it in GitHub Desktop.
Save ryantm/e4de259011d4a53a35f6ee2c04bb45d3 to your computer and use it in GitHub Desktop.
/nix/store/w342whw9xdagarg9yr6d9g90l177mlrf-python3.8-aioredis-1.3.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── aioredis
│   │   ├── abc.py
│   │   ├── commands
│   │   │   ├── cluster.py
│   │   │   ├── generic.py
│   │   │   ├── geo.py
│   │   │   ├── hash.py
│   │   │   ├── hyperloglog.py
│   │   │   ├── __init__.py
│   │   │   ├── list.py
│   │   │   ├── pubsub.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cluster.cpython-38.pyc
│   │   │   │   ├── generic.cpython-38.pyc
│   │   │   │   ├── geo.cpython-38.pyc
│   │   │   │   ├── hash.cpython-38.pyc
│   │   │   │   ├── hyperloglog.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── list.cpython-38.pyc
│   │   │   │   ├── pubsub.cpython-38.pyc
│   │   │   │   ├── scripting.cpython-38.pyc
│   │   │   │   ├── server.cpython-38.pyc
│   │   │   │   ├── set.cpython-38.pyc
│   │   │   │   ├── sorted_set.cpython-38.pyc
│   │   │   │   ├── streams.cpython-38.pyc
│   │   │   │   ├── string.cpython-38.pyc
│   │   │   │   └── transaction.cpython-38.pyc
│   │   │   ├── scripting.py
│   │   │   ├── server.py
│   │   │   ├── set.py
│   │   │   ├── sorted_set.py
│   │   │   ├── streams.py
│   │   │   ├── string.py
│   │   │   └── transaction.py
│   │   ├── connection.py
│   │   ├── errors.py
│   │   ├── __init__.py
│   │   ├── locks.py
│   │   ├── log.py
│   │   ├── parser.py
│   │   ├── pool.py
│   │   ├── pubsub.py
│   │   ├── __pycache__
│   │   │   ├── abc.cpython-38.pyc
│   │   │   ├── connection.cpython-38.pyc
│   │   │   ├── errors.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── locks.cpython-38.pyc
│   │   │   ├── log.cpython-38.pyc
│   │   │   ├── parser.cpython-38.pyc
│   │   │   ├── pool.cpython-38.pyc
│   │   │   ├── pubsub.cpython-38.pyc
│   │   │   ├── stream.cpython-38.pyc
│   │   │   └── util.cpython-38.pyc
│   │   ├── sentinel
│   │   │   ├── commands.py
│   │   │   ├── __init__.py
│   │   │   ├── pool.py
│   │   │   └── __pycache__
│   │   │   ├── commands.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── pool.cpython-38.pyc
│   │   ├── stream.py
│   │   └── util.py
│   └── aioredis-1.3.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment