[PR #1088] [CLOSED] Add Pottery to NoSQL Databases section #977

Closed
opened 2025-11-06 13:06:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1088
Author: @brainix
Created: 6/29/2018
Status: Closed

Base: masterHead: pottery


📝 Commits (2)

  • 21ebdbb Add Pottery to NoSQL Databases section
  • 79135a9 Merge branch 'master' into pottery

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Pottery is a Pythonic way to access Redis. If you know how to use Python dicts, then you already know how to use Pottery.

What's the difference between this Python project and similar ones?

Other Redis clients stay close to the Redis command set, but Pottery provides container classes to access Redis that implement the various Python container APIs. Under the hood, Pottery uses redis-py, but Pottery provides:

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1088 **Author:** [@brainix](https://github.com/brainix) **Created:** 6/29/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pottery` --- ### 📝 Commits (2) - [`21ebdbb`](https://github.com/vinta/awesome-python/commit/21ebdbb3bb6c7a5d23cc6cf846d859b4cbadea03) Add Pottery to NoSQL Databases section - [`79135a9`](https://github.com/vinta/awesome-python/commit/79135a9b8b6d46893b236f1f674d8aad3a932584) Merge branch 'master' into pottery ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [Pottery](https://github.com/brainix/pottery) is a Pythonic way to access Redis. If you know how to use Python dicts, then you already know how to use Pottery. ## What's the difference between this Python project and similar ones? Other Redis clients stay close to the [Redis command set](https://redis.io/commands), but Pottery provides container classes to access Redis that implement the various Python container APIs. Under the hood, Pottery uses [redis-py](https://github.com/andymccurdy/redis-py), but Pottery provides: - a [dict API](https://github.com/brainix/pottery#dicts) to access [Redis Hashes](https://redis.io/commands#hash) - a [set API](https://github.com/brainix/pottery#sets) to access [Redis Sets](https://redis.io/commands#set) - a [list API](https://github.com/brainix/pottery#lists) to access [Redis Lists](https://redis.io/commands#list) - a [distributed ID generator](https://github.com/brainix/pottery#nextid) - a [distributed lock](https://github.com/brainix/pottery#redlock) that implements the [`threading.Lock`](https://docs.python.org/3/library/threading.html#lock-objects) API - a [timer](https://github.com/brainix/pottery#contexttimer) to accurately measure code execution time - a [Bloom filter](https://github.com/brainix/pottery#bloom-filters) that implements the set API, backed by Redis -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:06:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#977