Skip to content

Latest commit

 

History

219 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asyncrd

Example:

import asyncrd
# connect to redis
db = await asyncrd.connect("redis://localhost")
# get stuff
data = await db.get("test")
# print result
print(data)
# close connection
await db.close()

About

A wrapper for redis.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages