Releases: ballerina-platform/module-ballerinax-redis
WSO2 Redis Package 0.61.0 Released!
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:
- Get a clone or download the source from this repository:
https://github.com/wso2-ballerina/package-redis - Run the following Maven command from the ballerina directory:
mvn clean install - 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 |
WSO2 Redis Package 0.6.0 Released!
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:
- Get a clone or download the source from this repository:
https://github.com/wso2-ballerina/package-redis - Run the following Maven command from the ballerina directory:
mvn clean install - 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 |
WSO2 Redis Package 0.5.4 Released!
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:
- Get a clone or download the source from this repository:
https://github.com/wso2-ballerina/package-redis - Run the following Maven command from the ballerina directory:
mvn clean install - 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 |
WSO2 Redis Package 0.5.3 Released!
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:
- Get a clone or download the source from this repository:
https://github.com/wso2-ballerina/package-redis - Run the following Maven command from the ballerina directory:
mvn clean install - 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 |
WSO2 Redis Package 0.5.2 Released!
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:
- Get a clone or download the source from this repository:
https://github.com/wso2-ballerina/package-redis - Run the following Maven command from the ballerina directory:
mvn clean install - 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 |
Ballerina Redis Connector 0.5.1 Released!
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:
- Get a clone or download the source from this repository:
https://github.com/wso2-ballerina/package-redis - Run the following Maven command from the ballerina directory:
mvn clean install - 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 |