Skip to main content

robotframework-redislibrary is a Robot Framework test library for manipulating in-memory data which store in Redis

Project description

StackShare Build Status

RedisLibrary

RedisLibrary is a Robot Framework test library which provides keywords for manipulating in-memory data stores in Redis

Redis is an open-source software project that implements data structure servers. It is networked, in-memory, and stores keys with optional durability.

You can add, get, update and delete your data from Redis. The keywords are implemented using redis-py

Usage

Install robotframework-redislibrary via pip command

pip install -U robotframework-redislibrary

Example Test Case

*** Settings ***
Library RedisLibrary
*** Test Cases ***
TestRedisSample
${redis_conn}= Connect To Redis myredis-dev.com port=6379
${data}= Get From Redis ${redis_conn} BARCODE|1234567
Should Be Equal As Strings ${data} TestExpectedData
${obj_to_add}= Create Dictionary name=testFullName
Append To Redis ${redis_conn} BARCOE|1234567 ${object_to_add}
@{key_list}= Get All Match Keys ${redis_conn} BARCODE* 1000

Documentation

For the detail keyword documentation. Go to this following link:

https://robotframework-thailand.github.io/robotframework-redislibrary/RedisLibrary.html

Help & Issues

Mention me on Twitter @nottyo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-redislibrary-1.2.5.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page