Skip to content

Some sample code that shows how you can connect to Valkey from Python, using existing Redis clients, the Valkey client, and the new Valkey-Glide client

License

Notifications You must be signed in to change notification settings

094459/valkey-python-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Valkey Python client demo apps

Some sample code that shows how you can connect to Valkey from Python, using existing Redis clients, the Valkey client, and the new Valkey-Glide client

Find out more by reading the blog post Using Amazon Q Developer to update Valkey client code

├── LICENSE
├── README.md
├── demo-app
│   ├── demo-app-existing-redis-library.py
│   ├── demo-app-with-glide.py
│   ├── demo-app-with-valkey-library.py
│   └── templates
│       ├── add.html
│       └── index.html
├── glide-logs
└── valkey-glide
    ├── examples
    │   └── python
    │       ├── cluster_example.py
    │       └── standalone_example.py
    └── python
        └── python
            └── glide

About

Some sample code that shows how you can connect to Valkey from Python, using existing Redis clients, the Valkey client, and the new Valkey-Glide client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published