simple cache server using gevent
Project description
joker-minions
Simple cache server using gevent.
Run a cache server:
$ python3 -c "from joker.minions.cache import CacheServer; CacheServer().runserver()"
The default port number is 8333.
Play with netcat
:
$ echo 'set url https://pypi.org/project/joker-minions/' | netcat 127.0.0.1 8333
$ echo 'get url' | netcat 127.0.0.1 8333
https://pypi.org/project/joker-minions/
There's also a BloomFilter
class using mmh3
hash.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
joker-minions-0.2.tar.gz
(3.7 kB
view hashes)