Open
Conversation
qiujiayu
reviewed
Jul 13, 2022
| return kryo; | ||
| }).softReferences().build(); | ||
| }).softReferences().build();*/ | ||
| //FIXME 32够不够 |
qiujiayu
reviewed
Jul 13, 2022
| * | ||
| * | ||
| */ | ||
| @Slf4j |
qiujiayu
reviewed
Jul 13, 2022
| empty = CacheUtil.class.getDeclaredMethod("isEmpty", new Class[]{Object.class}); | ||
| } catch (NoSuchMethodException e) { | ||
| log | ||
| e.printStackTrace(); |
qiujiayu
reviewed
Jul 13, 2022
| log | ||
| e.printStackTrace(); | ||
| } catch (SecurityException e) { | ||
| e.printStackTrace(); |
qiujiayu
reviewed
Jul 13, 2022
| e.printStackTrace(); | ||
| } catch (SecurityException e) { | ||
| e.printStackTrace(); | ||
| } catch (Exception e) { |
qiujiayu
reviewed
Jul 13, 2022
| try { | ||
| shardedJedis = shardedJedisPool.getResource(); | ||
| Jedis jedis = shardedJedis.getShard(key); | ||
| return OK.equalsIgnoreCase(jedis.set(key, val, SetParams.setParams().nx().ex(expire))); |
qiujiayu
reviewed
Jul 13, 2022
| @Override | ||
| protected void del(String key) { | ||
| ShardedJedis shardedJedis = null; | ||
| /*ShardedJedis shardedJedis = null; |
qiujiayu
reviewed
Jul 13, 2022
|
|
||
| @Override | ||
| protected boolean setnx(String key, String val, int expire) { | ||
| /*ShardedJedis shardedJedis = null; |
qiujiayu
reviewed
Jul 13, 2022
|
|
||
| @Override | ||
| protected void del(String key) { | ||
| /*ShardedJedis shardedJedis = null; |
qiujiayu
reviewed
Jul 13, 2022
| @Override | ||
| public void hset(byte[] key, byte[] field, byte[] value, int seconds) { | ||
| Jedis jedis = shardedJedis.getShard(key); | ||
| /*Jedis jedis = shardedJedis.getShard(key); |
qiujiayu
reviewed
Jul 13, 2022
| @Override | ||
| public void mset(Collection<MSetParam> params) { | ||
| ShardedJedisPipeline pipeline = new ShardedJedisPipeline(); | ||
| /*ShardedJedisPipeline pipeline = new ShardedJedisPipeline(); |
qiujiayu
reviewed
Jul 13, 2022
| @Override | ||
| public Map<CacheKeyTO, CacheWrapper<Object>> mget(Type returnType, Set<CacheKeyTO> keys) throws Exception { | ||
| ShardedJedisPipeline pipeline = new ShardedJedisPipeline(); | ||
| /*ShardedJedisPipeline pipeline = new ShardedJedisPipeline(); |
qiujiayu
reviewed
Jul 13, 2022
| @Override | ||
| public void delete(Set<CacheKeyTO> keys) { | ||
| ShardedJedisPipeline pipeline = new ShardedJedisPipeline(); | ||
| /*ShardedJedisPipeline pipeline = new ShardedJedisPipeline(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.