有没有人遇到按照视频中的写,存储过程报错:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
1327 - Undeclared variable: insert_count
1193 - Unknown system variable 'r_result'
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
1327 - Undeclared variable: insert_count
1193 - Unknown system variable 'r_result'
2019-07-06
redis是可以做减库存的,而且redis本身就就有原子性的特点,库存可以使用list结构,使用redis的pop方法弹出库存,能弹出数据就是减库存成功,然后使用mq获取其他异步方式更新数据库库存,就可以很有效提高并发性能了
2019-05-15
虽然我不太懂具体是怎么实现,但大概的意思是懂了,了解了redis中的一些基本情况,更接触到CDN等更加深层次的知识。
2019-05-05