Skip to content

Releases: robotframework-thailand/robotframework-redislibrary

1.2.7

07 Oct 02:22
7a81308
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.6...1.2.7

1.2.6

01 Oct 08:56
1c8e526
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.5...1.2.6

v1.2.5

10 Mar 04:15
b22f5a8
Compare
Choose a tag to compare

fix redis client version

v1.2.4

04 Mar 06:53
209a1e8
Compare
Choose a tag to compare
  • enhance to support redis cluster

v1.2.3

18 Aug 03:37
0c59cf9
Compare
Choose a tag to compare

Get redis sentinel master
@pharvinee-noi

v1.2.1

10 Jul 15:15
d45b093
Compare
Choose a tag to compare

Avoid using keys, change to scan (O(N) ==> O(1))
@Panchorn

v1.2.0

08 Jul 14:43
155fad8
Compare
Choose a tag to compare
  • Add new function to get all match keys

v1.1.0

03 Feb 10:52
Compare
Choose a tag to compare

Version 1.1.0
Date: 3-Feb-2020

  • Fixed import of redis in setup.py
  • Fixed keyword 'Get Time To Live In Redis' to handle when get TTL as minus value.
  • Remove keyword 'Check If Key Not Exists', please use 'Redis Key Should Not Be Exist'
  • Change default expire_time of 'Set To Redis' keyword to 3600 seconds
  • Keyword 'Connect To Redis' will support password and SSL
  • Add keywords for operate with set in redis
  • Add keywords for operate with set in redis
  • Add more unit test and now it cover all keywords.
  • Add keywords 'Connect To Redis From URL'

Version 1.0.1

03 Feb 09:35
4056824
Compare
Choose a tag to compare

Update tag

## Version 1.0.0

03 Feb 08:04
cd2127b
Compare
Choose a tag to compare

Version 1.0.0

Date: 27-Dec-2019

  • Fixed import of redis in setup.py
  • Fixed keyword 'Get Time To Live In Redis' to handle when get TTL as minus value.
  • Remove keyword 'Check If Key Not Exists', please use 'Redis Key Should Not Be Exist'
  • Change default expire_time of 'Set To Redis' keyword to 3600 seconds
  • Keyword 'Connect To Redis' will support password and SSL
  • Add keywords for operate with set in redis
  • Add keywords for operate with set in redis
  • Add more unit test and now it cover all keywords.
  • Add keywords 'Connect To Redis From URL'