Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 06:15
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 r-ryantm/e1572456e99f56c4bdb5ee530222ada4 to your computer and use it in GitHub Desktop.
Save r-ryantm/e1572456e99f56c4bdb5ee530222ada4 to your computer and use it in GitHub Desktop.
/nix/store/glwl1ba83405hpqwmxdrg9h7mpmdr01x-rdbtools-0.1.15
├── bin
│   ├── rdb
│   ├── redis-memory-for-key
│   └── redis-profiler
├── lib
│   └── python3.8
│   └── site-packages
│   ├── rdbtools
│   │   ├── callbacks.py
│   │   ├── cli
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── rdb.cpython-38.pyc
│   │   │   │   ├── redis_memory_for_key.cpython-38.pyc
│   │   │   │   └── redis_profiler.cpython-38.pyc
│   │   │   ├── rdb.py
│   │   │   ├── redis_memory_for_key.py
│   │   │   └── redis_profiler.py
│   │   ├── compat.py
│   │   ├── encodehelpers.py
│   │   ├── __init__.py
│   │   ├── iowrapper.py
│   │   ├── memprofiler.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── callbacks.cpython-38.pyc
│   │   │   ├── compat.cpython-38.pyc
│   │   │   ├── encodehelpers.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── iowrapper.cpython-38.pyc
│   │   │   ├── memprofiler.cpython-38.pyc
│   │   │   └── parser.cpython-38.pyc
│   │   └── templates
│   │   └── report.html.template
│   └── rdbtools-0.1.15.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment