jazzband/django-redis

Add support for hashmaps

Open

#598 aberto em 3 de abr. de 2022

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

Métricas do repositório

Stars
 (3.075 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador