redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

use restapi #379

Closed javadKefayati closed 2 years ago

javadKefayati commented 2 years ago

Hello How can it be done using rest framework API

class get_all_objects(APIView): --def get(self,request): ----resuts = object_hash_model.fild().all() ----return Response(results, status=status.HTTP_201_CREATED)

Is there an api master?