Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the use of Redis in key-value database

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

What is the use of Redis in the key-value database? I believe many inexperienced people don't know what to do about it. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

The use of JDBC-Redis

Download the java-jdbc of redis at http://code.google.com/p/jdbc-redis/

Code example: insert 100000 of the data

Package com.redis;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement / * @ author zhujiadun.pt * * / public class TestRedis {/ * * @ param args * @ throws ClassNotFoundException * @ throws SQLException * / public static void main (String [] args) throws ClassNotFoundException, SQLException {/ / mount the drive Class.forName ("br.com.svvs.jdbc.redis.RedisDriver") of the Redis database

/ / Connect to the database

Connection conn = DriverManager.getConnection ("jdbc:redis://localhost")

/ / obtain Statement

Statement stmt = conn.createStatement ()

/ / execute SQL statement

For (int iTuno Bandi)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report