This removes rocksdb from requirements.txt, since clients that just want to write or do gets won't need it. If rocks isn't installed, the BlockCache just uses a dictionary to cache blocks in memory.
Also adds a note to the README about the optional rocks dependency.
This removes rocksdb from requirements.txt, since clients that just want to write or do
get
s won't need it. If rocks isn't installed, the BlockCache just uses a dictionary to cache blocks in memory.Also adds a note to the README about the optional rocks dependency.