Guest User

Untitled

a guest
Jan 23rd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. try:
  2. client = pylibmc.Client(["host:port"], binary=True, password=password, username=username)
  3. client.get(key)
  4. except Exception as exception:
  5. print(exception)
Add Comment
Please, Sign In to add comment