I am working with jsp/servlet project and I have to complete the module of access management to my jsps since I have more than one user with different profile.
目录1. jedis类图2. 为什么jedis不是线程安全的2.1 共享socket引起的异常2.2 共享数据流引起的异常3、jedis多线程操作网上都说jedis实例是非线程安全的,常常通过JedisPool连接池去管理实例,在多线程情况下让每个线