View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window riot-redis-2.19.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.redis.riot.redis
├─ com.redis.riot.redis.AbstractRedisCommand.class - [JAR]
├─ com.redis.riot.redis.AbstractReplicateCommand.class - [JAR]
├─ com.redis.riot.redis.AbstractTargetCommand.class - [JAR]
├─ com.redis.riot.redis.CompareCommand.class - [JAR]
├─ com.redis.riot.redis.CompareOptions.class - [JAR]
├─ com.redis.riot.redis.InfoCommand.class - [JAR]
├─ com.redis.riot.redis.LatencyCommand.class - [JAR]
├─ com.redis.riot.redis.PingCommand.class - [JAR]
├─ com.redis.riot.redis.ReplicateCommand.class - [JAR]
├─ com.redis.riot.redis.ReplicateDSCommand.class - [JAR]
├─ com.redis.riot.redis.ReplicationOptions.class - [JAR]
├─ com.redis.riot.redis.RiotRedis.class - [JAR]
├─ com.redis.riot.redis.TargetCommandContext.class - [JAR]