IT Log

Record various IT issues and difficulties.

Tag: Port Forwarding


  • “Manipulating Redis in Java and with Spring”

    Java Environment: 1. Create a Maven Project 2. Import Dependencies redis.clients jedis 4.3.2 Here, Jedis is used (providing APIs highly consistent with Redis commands) 3. Configure Port Forwarding Prevent Redis port from being attacked by hackers; Map the Redis port of the cloud server to the local host. Configuring in xshell: At this point, accessing…