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
- Host: GitHub
- URL: https://github.com/redis-field-engineering/redis-enterprise-admin
- Owner: redis-field-engineering
- License: apache-2.0
- Created: 2021-12-17T22:58:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T23:24:56.000Z (2 months ago)
- Last Synced: 2025-03-20T00:25:48.636Z (2 months ago)
- Topics: admin, enterprise, redis, rest
- Language: Java
- Homepage: https://docs.redis.com/latest/rs/references/rest-api/
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]