Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lonecloud/redisutil

Redis的快捷使用的工具类
https://github.com/lonecloud/redisutil

Last synced: about 1 month ago
JSON representation

Redis的快捷使用的工具类

Awesome Lists containing this project

README

        

Redis快捷使用的工具类
=====================
该项目采用`maven`进行构建

##最简单的配置`redis.properties`

1).redis在本机,无需配置,直接使用(默认端口:6379)

2).redis在远程需要在您工程的目录下新建redis.properties文件:

`redis.url`:Redis的url

`redis.port`:Redis的端口

##`RedisUtils`中提供了以下几个函数

用于对redis进行数据的插入
void setString(String key,String value)
key 键
value 值