- create a new redis .conf file
$ cp /etc/redis.conf /etc/redis-xxx.conf
- edit /etc/redis-xxx.conf, illustrated as below
...
$ cp /etc/redis.conf /etc/redis-xxx.conf
...
package tabs; | |
import java.awt.EventQueue; | |
import java.awt.event.ActionEvent; | |
import java.awt.event.ActionListener; | |
import java.util.concurrent.ExecutorService; | |
import java.util.concurrent.Executors; | |
import javax.swing.JButton; | |
import javax.swing.JFrame; |