jazzband/django-redis

Add support for hashmaps

Open

#598 opened on Apr 3, 2022

View on GitHub
 (6 comments) (0 reactions) (1 assignee)Python (452 forks)auto 404
good first issue

Repository metrics

Stars
 (3,075 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem Statement django-redis should introduce hasmaps and support basic operations, hset, hdel, hlen, hkeys and hexists.

Describe the solution you'd like Add an interface similar to redis-py to support hasps

Contributor guide