-2
我試圖檢查在Redis的數據庫與exists
方法的關鍵:NullPointerException異常時調用Redis的方法
redis.exists(searchuid)
,但我得到以下錯誤
錯誤:
Caused by: java.lang.NullPointerException
我試圖檢查在Redis的數據庫與exists
方法的關鍵:NullPointerException異常時調用Redis的方法
redis.exists(searchuid)
,但我得到以下錯誤
錯誤:
Caused by: java.lang.NullPointerException
redis
或searchuid
是null。