{"id":15018755,"url":"https://github.com/robotframework-thailand/robotframework-redislibrary","last_synced_at":"2025-04-05T19:10:41.911Z","repository":{"id":38740112,"uuid":"83667090","full_name":"robotframework-thailand/robotframework-redislibrary","owner":"robotframework-thailand","description":"Robot Framework keywords to access and manipulate in-memory data on Redis","archived":false,"fork":false,"pushed_at":"2024-11-13T00:54:03.000Z","size":254,"stargazers_count":16,"open_issues_count":16,"forks_count":25,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T18:08:01.234Z","etag":null,"topics":["redis","robotframework","test-automation"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robotframework-thailand.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGE.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-02T10:48:00.000Z","updated_at":"2024-10-07T02:20:07.000Z","dependencies_parsed_at":"2024-01-10T05:14:04.787Z","dependency_job_id":"c76ecbd2-6c7c-4fd1-ba5f-1c3521d2a398","html_url":"https://github.com/robotframework-thailand/robotframework-redislibrary","commit_stats":{"total_commits":61,"total_committers":18,"mean_commits":3.388888888888889,"dds":0.7377049180327868,"last_synced_commit":"4ca8b34bada8737d0dd801af9f8874b71f9044f5"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-thailand%2Frobotframework-redislibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-thailand%2Frobotframework-redislibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-thailand%2Frobotframework-redislibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-thailand%2Frobotframework-redislibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robotframework-thailand","download_url":"https://codeload.github.com/robotframework-thailand/robotframework-redislibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386262,"owners_count":20930619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["redis","robotframework","test-automation"],"created_at":"2024-09-24T19:52:24.866Z","updated_at":"2025-04-05T19:10:41.860Z","avatar_url":"https://github.com/robotframework-thailand.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/nottyo/robotframework-redislibrary)\n[![Build Status](https://travis-ci.org/robotframework-thailand/robotframework-redislibrary.svg?branch=master)](https://travis-ci.org/robotframework-thailand/robotframework-redislibrary)\n# RedisLibrary\n\n`RedisLibrary` is a [Robot Framework](http://www.robotframework.org) test library which provides keywords for manipulating in-memory data stores in [Redis](https://redis.io/)\n\n[Redis](https://redis.io/) is an open-source software project that implements data structure servers. It is networked, in-memory, and stores keys with optional durability.\n\nYou can add, get, update and delete your data from Redis. The keywords are implemented using [redis-py](https://github.com/andymccurdy/redis-py)\n\n# Usage\n\nInstall `robotframework-redislibrary` via `pip` command\n\n```bash\npip install -U robotframework-redislibrary\n```\n\n# Example Test Case\n| *** Settings ***   |                     |                   |                 |                 |\n| ------------------ | ------------------- | ----------------- | --------------- | --------------- |\n| Library            |  RedisLibrary       |                   |                 |                 |\n| *** Test Cases *** |                     |                   |                 |                 |\n| TestRedisSample    |                     |                   |                 |                 |\n| ${redis_conn}=     | Connect To Redis    | myredis-dev.com   | port=6379       |                 |\n| ${data}=           | Get From Redis      | ${redis_conn}     | BARCODE\\|1234567|                 |\n| Should Be Equal As Strings | ${data}     | TestExpectedData  |                 |                 |\n| ${obj_to_add}=     | Create Dictionary   | name=testFullName |                 |                 |\n| Append To Redis    | ${redis_conn}       | BARCOE\\|1234567   | ${object_to_add}|                 |\n| @{key_list}=       | Get All Match Keys  | ${redis_conn}     | BARCODE*        | 1000            |\n\n# Documentation\nFor the detail keyword documentation. Go to this following link:\n\nhttps://robotframework-thailand.github.io/robotframework-redislibrary/RedisLibrary.html\n\n# Help \u0026 Issues\nMention me on Twitter [@nottyo](https://twitter.com/nottyo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotframework-thailand%2Frobotframework-redislibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobotframework-thailand%2Frobotframework-redislibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotframework-thailand%2Frobotframework-redislibrary/lists"}