data.redis

redis操作API

License

License

Categories

Categories

Redis Data Databases Net Ebean ORM
GroupId

GroupId

net.onebean
ArtifactId

ArtifactId

onebean.data.redis
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

data.redis
redis操作API
Project Organization

Project Organization

Pivotal Software, Inc.

Download onebean.data.redis

How to add to project

<!-- https://jarcasting.com/artifacts/net.onebean/onebean.data.redis/ -->
<dependency>
    <groupId>net.onebean</groupId>
    <artifactId>onebean.data.redis</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.onebean/onebean.data.redis/
implementation 'net.onebean:onebean.data.redis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.onebean/onebean.data.redis/
implementation ("net.onebean:onebean.data.redis:1.0.0.RELEASE")
'net.onebean:onebean.data.redis:jar:1.0.0.RELEASE'
<dependency org="net.onebean" name="onebean.data.redis" rev="1.0.0.RELEASE">
  <artifact name="onebean.data.redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onebean', module='onebean.data.redis', version='1.0.0.RELEASE')
)
libraryDependencies += "net.onebean" % "onebean.data.redis" % "1.0.0.RELEASE"
[net.onebean/onebean.data.redis "1.0.0.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5
org.springframework.boot : spring-boot-starter-data-redis jar 1.5.20.RELEASE
org.redisson : redisson jar 3.10.3

provided (1)

Group / Artifact Type Version
net.onebean : net.onebean.core jar 1.0.1.RELEASE

Project Modules

There are no modules declared in this project.

net.onebean.data 包含了对各种data repositories,第三方服务的调用封装,可以集成在chemical-el的任何一款框架里,开箱即用.

现有模块如下:


  • 对 JSCH API的调用封装

net.onebean.data.jsch


  • 对阿里云OSS API的调用封装

net.onebean.data.aliyun.oss


  • 对spring-data-rabbitMQ的依赖和API的调用封装

net.onebean.data.amqp


  • 对spring-data-jedis和redisson的依赖和API的调用封装

net.onebean.data.redis


  • 对spring-data-mongoDB的依赖和API的调用封装

net.onebean.data.mongo


  • 对阿里云短信API的调用封装

net.onebean.data.aliyun.sms


  • 二次开发的 druid 数据库连接池,允许执行 drop function,create function等操作

net.onebean.data.druid

Versions

Version
1.0.0.RELEASE