Skip to content

Releases: ballerina-platform/module-ballerinax-redis

WSO2 Redis Package 0.61.0 Released!

02 Oct 08:04
Compare
Choose a tag to compare
Pre-release

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

Steps to Configure

Extract wso2-redis-<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.61.0 0.982.0

[1] https://redis.io/

WSO2 Redis Package 0.6.0 Released!

10 Aug 18:42
Compare
Choose a tag to compare
Pre-release

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

Steps to Configure

Extract wso2-redis-<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.6.0 0.981.0

[1] https://redis.io/

WSO2 Redis Package 0.5.4 Released!

18 Jul 12:21
Compare
Choose a tag to compare
Pre-release

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

Steps to Configure

Extract wso2-redis-<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.4 0.980.0

[1] https://redis.io/

WSO2 Redis Package 0.5.3 Released!

01 Jul 10:54
Compare
Choose a tag to compare
Pre-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/

WSO2 Redis Package 0.5.2 Released!

01 May 15:22
Compare
Choose a tag to compare
Pre-release

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

Steps to Configure

Extract wso2-redis-0.5.2.zip and copy containing jars in to <BRE_HOME>/bre/lib/

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. Copy and extract the distribution created at /component/target/target/wso2-redis-package-0.5.2.zip
    into <BRE_HOME>/bre/lib/.

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.2 0.970.0

[1] https://redis.io/

Ballerina Redis Connector 0.5.1 Released!

01 May 06:35
Compare
Choose a tag to compare

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

Features

With the Ballerina Redis Connector following Redis commands are supported.

Basic Commands

  • AUTH
  • ECHO
  • PING
  • QUIT

String commands

  • APPEND
  • BITCOUNT
  • BITOP
  • DECR
  • DECRBY
  • GETBIT
  • GETRANGE
  • GETSET
  • GET
  • INCR
  • INCRBY
  • INCRBYFLOAT
  • MGET
  • MSET
  • MSETNX
  • PSETEX
  • SET
  • SETBIT
  • SETEX
  • SETNX
  • SETRANGE
  • STRLN

List Commands

  • BLPOP
  • BRPOP
  • LINDEX
  • LINSERT
  • LLEN
  • LPOP
  • LPUSH
  • LPUSHX
  • LRANGE
  • LREM
  • LSET
  • LTRIM
  • RPOP
  • RPOPLPUSH
  • RPUSH
  • RPUSHX

Set Commands

  • SADD
  • SCARD
  • SDIFF
  • SDIFFSTORE
  • SINTER
  • SINTERSTORE
  • SISMEMBER
  • SMEMBERS
  • SMOVE
  • SPOP
  • SRANDMEMBER
  • SREM
  • SUNION
  • SUNIONSTORE

Sorted Set Commands

  • ZADD
  • ZCARD
  • ZCOUNT
  • ZINCRBY
  • ZINTERSTORE
  • ZLEXCOUNT
  • ZRANGE
  • ZRANGEBYLEX
  • ZRANK
  • ZREM
  • ZREMRANGEBYLEX
  • ZREMRANGEBYRANK
  • ZREMRANGEBYSCORE
  • ZREVRANGE
  • ZREVRANGEBYLEX
  • ZREVRANGEBYSCORE
  • ZREVRANK
  • ZSCORE
  • ZUNIONSTORE

Hash Commands

  • HDEL
  • HEXISTS
  • HGET
  • HGETALL
  • HINCRBY
  • HINCRBYFLOAT
  • HKEYS
  • HMGET
  • HMSET
  • HSET
  • HSETNX
  • HSTRLN
  • HVALS

Key Commands

  • DEL
  • EXISTS
  • EXPIRE
  • KEYS
  • MOVE
  • PERSIST
  • PEXPIRE
  • PTTL
  • RANDOMKEY
  • RENAME
  • SORT
  • TTL
  • TYPE

Steps to Configure

Extract ballerina-redis-connector-0.5.1.zip and copy containing jars in to <BRE_HOME>/bre/lib/

Building from the source

If you want to build Ballerina Redis Connector 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. Copy and extract the distribution created at /component/target/target/ballerina-redis-connector-0.5.1.zip
    into <BRE_HOME>/bre/lib/.

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/ballerinalang/connector-redis/issues

How to contribute to Ballerina Redis Connector

You can contribute to the Ballerina Redis Connector development by forking the github repository and sending your pull requests to https://github.com/ballerinalang/connector-redis/

Redis Connector Version Ballerina Version
0.5.1 0.970.0

[1] https://redis.io/