jedis-ninja-module

Parent pom for all Fizzed maven projects

Лицензия

Лицензия

Категории

Категории

Jedis Данные Базы данных Ninja Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.fizzed
Идентификатор

Идентификатор

jedis-ninja-module
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jedis-ninja-module
Parent pom for all Fizzed maven projects
Организация-разработчик

Организация-разработчик

Fizzed, Inc

Скачать jedis-ninja-module

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.fizzed : jedis-core jar 1.0.0

provided (1)

Идентификатор библиотеки Тип Версия
org.ninjaframework : ninja-core jar

test (3)

Идентификатор библиотеки Тип Версия
org.hamcrest : java-hamcrest jar 2.0.0.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.8.47

Модули Проекта

Данный проект не имеет модулей.

Redis Plus by Fizzed

Maven Central

Fizzed, Inc. (Follow on Twitter: @fizzed_inc)

Overview

Utilities and framework integrations for Java and Redis. Includes an integration of Redis with the Ninja Framework.

Ninja Framework

Ninja Framework module for Redis based on Jedis. Will help provide connectivity to Redis, a connection pool, and a Ninja cache implementation.

Setup

Add the jedis-ninja-module dependency to your Maven pom.xml

<dependency>
    <groupId>com.fizzed</groupId>
    <artifactId>jedis-ninja-module</artifactId>
    <version>1.0.0</version>
</dependency>

In your conf/Module.java file:

package conf;

import com.fizzed.jedis.ninja.NinjaJedisModule;
import com.google.inject.AbstractModule;

public class Module extends AbstractModule {

    @Override
    protected void configure() {
        install(new NinjaJedisModule());
    }

}

In your conf/application.conf file:

#
# redis
#
redis.url = redis://localhost:5432
redis.password = test
redis.validate_at_start = true

License

Copyright (C) 2020 Fizzed, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.

com.fizzed

Fizzed, Inc.

Helping companies launch and grow their mobile, web, and data products

Версии библиотеки

Версия
1.0.0