Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

chick0/pycache_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCache Client

client for PyCache

hello_world.py

from pycache_client import Client

client = Client(
    host="127.0.0.1",
    port=5521
)

client.set("say", b"Hello, World!")
print(client.get("say"))

Releases

No releases published

Packages

No packages published

Languages