摘要: 1 public static String sendData(String url,String codeType,Map datas,Map files){ 2 CloseableHttpClient httpClient = HttpClients.createDefault(); 3 String result = ""; 4 tr... 阅读全文
posted @ 2017-10-16 16:57 荣耀的背后 阅读(421) 评论(0) 推荐(0) 编辑
摘要: EVAL "local keys = redis.call('keys', ARGV[1]) for i=1,#keys,5000 do redis.call('del', unpack(keys, i, math.min(i+4999, #keys))) end return #keys" 0 'GEIS:PERSONSCORE:PERSONINFO:*' 阅读全文
posted @ 2017-10-16 16:54 荣耀的背后 阅读(1193) 评论(0) 推荐(0) 编辑