postman-collection icon indicating copy to clipboard operation
postman-collection copied to clipboard

accessing redis db via postman

Open harishshet222 opened this issue 5 years ago • 1 comments

want to connect redis db and lpush some data into redis db , can we do it using postman?

Test file which is passed to the collection runner contains multiple cases which gets replaced with the values in the lpush.

how to connect postman to redis db?

harishshet222 avatar Feb 11 '20 13:02 harishshet222

@harishshet222 Postman only supports HTTP protocol for now . However , in order to connect to redis db , you may use third party tools that allow this facility.

ProBeta1 avatar Mar 29 '20 06:03 ProBeta1