jar

com.github.fangjinuo.agileway : agileway-redis

Maven & Gradle

Sep 13, 2022
3 usages
65 stars

Provides a large number of convenient redis tools: distributed locks, distributed count, distributed cache, distributed id generator, jdk collection implements, the enhanced RedisTemplate based on a specified key prefix and the agileway-codec module

Table Of Contents

Latest Version

Download com.github.fangjinuo.agileway : agileway-redis JAR file - Latest Versions:

All Versions

Download com.github.fangjinuo.agileway : agileway-redis JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window agileway-redis-3.1.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jn.agileway.redis.l2cache

├─ com.jn.agileway.redis.l2cache.RedisCache.class - [JAR]

├─ com.jn.agileway.redis.l2cache.RedisCacheContext.class - [JAR]

├─ com.jn.agileway.redis.l2cache.RedisCacheFactory.class - [JAR]

com.jn.agileway.redis.core.serialization

├─ com.jn.agileway.redis.core.serialization.DelegatableRedisSerializer.class - [JAR]

├─ com.jn.agileway.redis.core.serialization.RedisKeySerializer.class - [JAR]

com.jn.agileway.redis.core.script

├─ com.jn.agileway.redis.core.script.BuiltinLuaScriptLocationProvider.class - [JAR]

├─ com.jn.agileway.redis.core.script.RedisLuaScript.class - [JAR]

├─ com.jn.agileway.redis.core.script.RedisLuaScriptParser.class - [JAR]

├─ com.jn.agileway.redis.core.script.RedisLuaScriptRepository.class - [JAR]

├─ com.jn.agileway.redis.core.script.RedisLuaScriptResourceLoader.class - [JAR]

com.jn.agileway.redis.counter

├─ com.jn.agileway.redis.counter.DistributedCounter.class - [JAR]

├─ com.jn.agileway.redis.counter.HashedDistributedCounter.class - [JAR]

├─ com.jn.agileway.redis.counter.SimpleDistributedCounter.class - [JAR]

com.jn.agileway.redis.core.key

├─ com.jn.agileway.redis.core.key.RedisKeyProperties.class - [JAR]

├─ com.jn.agileway.redis.core.key.RedisKeyWrapper.class - [JAR]

com.jn.agileway.redis.locks

├─ com.jn.agileway.redis.locks.ExclusiveLock.class - [JAR]

├─ com.jn.agileway.redis.locks.LockRandomValueBuilder.class - [JAR]

├─ com.jn.agileway.redis.locks.RedisLocks.class - [JAR]

com.jn.agileway.redis.core.conf

├─ com.jn.agileway.redis.core.conf.RedisTemplateProperties.class - [JAR]

com.jn.agileway.redis.collection

├─ com.jn.agileway.redis.collection.RedisList.class - [JAR]

├─ com.jn.agileway.redis.collection.RedisMap.class - [JAR]

├─ com.jn.agileway.redis.collection.RedisSet.class - [JAR]

├─ com.jn.agileway.redis.collection.RedisSortedSet.class - [JAR]

├─ com.jn.agileway.redis.collection.RedisStack.class - [JAR]

com.jn.agileway.redis.core

├─ com.jn.agileway.redis.core.RedisTemplate.class - [JAR]

├─ com.jn.agileway.redis.core.RedisTemplates.class - [JAR]

Advertisement