Rgsync

Latest version: v1.2.0

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.2

This is a maintenance release for version 1.0.
Update urgency: Medium

* New Connectors:
* [Redis connector](https://github.com/RedisGears/rgsync/blob/master/rgsync/Connectors/redis_connector.py) - Sync hashes to another Redis database (big thank to socialratnesh for contributing this connector)
* [MSSQL connector](https://github.com/RedisGears/rgsync/blob/master/rgsync/Connectors/sql_connectors.py#L61) - Sync hashes to MS SQL database (big thank to viragtripathi for contributing this connector)

1.0.1

This is a maintenance release for version 1.0.
Update urgency: Medium

* Features:
* 25 - Added a transformation step to transform the data into a *hash* when another data structure is followed to write behind (like zset, lists, ..)

1.0.0

This is the 1.0 GA version of *rgsync*, a library that contains several database synchronisation recipes for Redis that can will register functions in [RedisGears](redisgears.io).
Supported recipes currently are
- Write-Behind
- Write-Through

Please read [the readme of the 1.0 branch](https://github.com/RedisGears/rgsync/blob/1.0/README.md) for more information.

Enhancements (compared to last release):
* 23 - Connection arguments can be callbacks which will be called on every reconnect.
Example:

Read from RedisGears configuration using configGet (https://oss.redislabs.com/redisgears/master/runtime.html#configget) function

def User():
return configGet('MySqlUser')

def Password():
return configGet('MySqlPassword')

def DB():
return configGet('MySqlDB')

connection = MySqlConnection(User, Password, DB)

Note:
This release is compatible with RedisGears v1.0.0 and above.

0.2.0

Features:
* Support SQLite target

Note:
This release compatible with RedisGears 1.0-RC1 and above.

0.1.1

This is a maintenance release for version 0.1.
Update urgency: Medium

Bugfixes:
* 13 - Snowflake connector wasn't working properly.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.