私が経験しているいくつかのRedisの問題をデバッグしようとしていますが、SETコマンドに関する決定的なドキュメントがいくつかありました。
私のRedis構成では; 次の行があります(スニペット):
# Note: with all the kind of policies, Redis will return an error on write
# operations, when there are not suitable keys for eviction.
#
# At the date of writing this commands are: set setnx setex append
私が見つけたSETコマンドのドキュメントページで:
Status code reply: always OK since SET can't fail.
決定的な動作に関する洞察はありますか?