postman-collection
postman-collection copied to clipboard
accessing redis db via postman
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 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.