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
相關文章
相關標籤/搜索