jar

com.github.jsrdxzw : redis-kit-spring-boot-starter

Maven & Gradle

Mar 19, 2022
48 stars

Redis Kits for distributed environment

Table Of Contents

Latest Version

Download com.github.jsrdxzw : redis-kit-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.jsrdxzw : redis-kit-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
1.0

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 redis-kit-spring-boot-starter-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jsrdxzw.redis

├─ com.jsrdxzw.redis.RedisKitConfiguration.class - [JAR]

com.jsrdxzw.redis.ratelimit.strategy

├─ com.jsrdxzw.redis.ratelimit.strategy.RollingWindowRateLimit.class - [JAR]

├─ com.jsrdxzw.redis.ratelimit.strategy.SimpleRateLimit.class - [JAR]

com.jsrdxzw.redis.cache

├─ com.jsrdxzw.redis.cache.Cache.class - [JAR]

├─ com.jsrdxzw.redis.cache.CacheAspect.class - [JAR]

├─ com.jsrdxzw.redis.cache.Delete.class - [JAR]

├─ com.jsrdxzw.redis.cache.Put.class - [JAR]

com.jsrdxzw.redis.operator

├─ com.jsrdxzw.redis.operator.RedisKit.class - [JAR]

com.jsrdxzw.redis.lock

├─ com.jsrdxzw.redis.lock.AbstractRedisLock.class - [JAR]

├─ com.jsrdxzw.redis.lock.DefaultRedisLock.class - [JAR]

├─ com.jsrdxzw.redis.lock.DistributedLock.class - [JAR]

├─ com.jsrdxzw.redis.lock.DistributedLockAspect.class - [JAR]

├─ com.jsrdxzw.redis.lock.DistributedTryLock.class - [JAR]

├─ com.jsrdxzw.redis.lock.PreloadRedisLock.class - [JAR]

├─ com.jsrdxzw.redis.lock.RedisLock.class - [JAR]

com.jsrdxzw.redis.core

├─ com.jsrdxzw.redis.core.EnableRedisKit.class - [JAR]

com.jsrdxzw.redis.lock.factory

├─ com.jsrdxzw.redis.lock.factory.AbstractRedisLockFactory.class - [JAR]

├─ com.jsrdxzw.redis.lock.factory.DefaultRedisLockFactory.class - [JAR]

├─ com.jsrdxzw.redis.lock.factory.PreloadRedisLockFactory.class - [JAR]

├─ com.jsrdxzw.redis.lock.factory.RedisLockFactory.class - [JAR]

com.jsrdxzw.redis.operator.impl

├─ com.jsrdxzw.redis.operator.impl.RedisKitImpl.class - [JAR]

com.jsrdxzw.redis.ratelimit

├─ com.jsrdxzw.redis.ratelimit.RateLimit.class - [JAR]

├─ com.jsrdxzw.redis.ratelimit.RateLimitCreator.class - [JAR]

├─ com.jsrdxzw.redis.ratelimit.RateLimitEnum.class - [JAR]