package com.redis; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub new RedisClient().show(); } }