redis与java结合使用

1、开启redis服务(点击redis-server.exe ) 2、导入jar包hamcrest-core-1.3.jar、jedis.jar 3、简单实例1:整体思路,右击选择->选择Junit test->点击console->会看到输出响应信息 package com.redis.test; import org.junit.Before; import org.junit.Test; i
相关文章
相关标签/搜索