Skip to content

WSO2 Redis Package 0.5.3 Released!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Manuri Manuri released this 01 Jul 10:54
· 691 commits to master since this release

WSO2 Redis Package is used to connect Ballerina with a Redis[1] data source.

Steps to Configure

Extract wso2-cassandra-<version>.zip. Run the install.{sh/bat} script to install the package.
You can uninstall the package by running uninstall.{sh/bat}.

Building from the source

If you want to build WSO2 Redis Package from the source code:

  1. Get a clone or download the source from this repository:
    https://github.com/wso2-ballerina/package-redis
  2. Run the following Maven command from the ballerina directory:
    mvn clean install
  3. Extract the distribution created at /component/target/wso2-redis-<version>.zip. Run the install.{sh/bat} script to install the package.
    You can uninstall the package by running uninstall.{sh/bat}.

Open issues and reporting bugs

You can find the known issues in the following link and report any bugs in the same link.
https://github.com/wso2-ballerina/package-redis/issues

How to contribute to WSO2 Redis Package

You can contribute to the WSO2 Redis Package development by forking the github repository and sending your pull requests to https://github.com/wso2-ballerina/package-redis/

Redis Connector Version Ballerina Version
0.5.3 0.975.0

[1] https://redis.io/