An open API service indexing awesome lists of open source software.

https://github.com/redis-field-engineering/redis-enterprise-admin

Java admin client for Redis Enterprise
https://github.com/redis-field-engineering/redis-enterprise-admin

admin enterprise redis rest

Last synced: 2 months ago
JSON representation

Java admin client for Redis Enterprise

Awesome Lists containing this project

README

        

= Redis Enterprise Admin
:linkattrs:
:project-owner: redis-field-engineering
:project-name: redis-enterprise-admin
:project-group: com.redis
:project-version: 0.8.2
:tests-path: redis-field-engineering/redis-enterprise-admin/blob/master/core/admin/src/test/java/com/redis/enterprise/

image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/maven-central/v/{project-group}/{project-name}.svg[Download, link="https://search.maven.org/#search|ga|1|{project-group} {project-name}"]
image:https://img.shields.io/github/downloads/{project-owner}/{project-name}/total[GitHub all releases]

Java admin client for Redis Enterprise that wraps the REST API.

== Getting Started

.Gradle
[source,groovy,subs="+attributes"]
----
dependencies {
testImplementation "{project-group}:{project-name}:{project-version}"
}
----

.Maven
[source,xml,subs="+attributes"]
----

{project-group}
{project-name}
{project-version}
test

----

== Examples

Redis Enterprise Admin::
https://github.com/redis-field-engineering/redis-enterprise-admin/blob/main/core/redis-enterprise-admin/src/test/java/com/redis/enterprise/ContainerAdminTests.java[ContainerAdminTests.java]