TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: RedisDict

3 pointsby Attummm7 months ago
RedisDict is a Python dictionary with a Redis backend, designed for handling large datasets. It simplifies Redis operations especially for large-scale and distributed systems, and has been running in production since 2017, originally built in Python 2.<p>The library focuses on get and set operations in Redis, ensuring that each key-value pair operates independently, so changes to one entry do not affect others.<p>Optimized for performance with large datasets, RedisDict maintains high speed even at scale.<p>Data types are managed without using Pickle to avoid security risks associated with untrusted, serialized data.<p>Key features include namespacing, pipelining, expiration, and support for multiple data types. RedisDict provides a full dictionary interface and has extensive test coverage.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Attumm&#x2F;redis-dict">https:&#x2F;&#x2F;github.com&#x2F;Attumm&#x2F;redis-dict</a><p>Documentation: <a href="https:&#x2F;&#x2F;attumm.github.io&#x2F;redis-dict&#x2F;" rel="nofollow">https:&#x2F;&#x2F;attumm.github.io&#x2F;redis-dict&#x2F;</a>

1 comment

throwaway0320237 months ago
How does it compare with pottery? <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;pottery&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;pottery&#x2F;</a>
评论 #42051723 未加载