Skip to content

Commit

Permalink
分布式包的使用
Browse files Browse the repository at this point in the history
  • Loading branch information
lijianzhen5 committed Feb 21, 2019
1 parent 31c8036 commit 3f22bc5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bule-redis-redison/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# redis分布式相关的操作

## 使用公平锁进行处理

## 简单demo
15 changes: 15 additions & 0 deletions bule-redis-redison/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>bule</artifactId>
<groupId>com.bule.redis</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>bule-redis-redison</artifactId>


</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<modules>
<module>bule-redis</module>
<module>bule-redis-simple</module>
<module>bule-redis-redison</module>
</modules>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 3f22bc5

Please sign in to comment.