Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在将字符串插入 Redis 数据库之前转义字符串的最安全方法是什么?
Redis 对于键和值都是二进制安全的。在将它们放入 Redis 之前,您不必逃避它们。