$redis = Redis::connection();
$redis->set('키', '값', '옵션', '초');
$redis->set('mykey', 500, 'EX', 30); // mykey 키의 값을 30초 후에 expire 되게 설정
반응형
'Laravel' 카테고리의 다른 글
[Laravel] NCLOUD Object Storage(S3) 업로드 (0) | 2023.06.09 |
---|---|
[Laravel] 파일 생성 시 권한 생성 (0) | 2023.03.02 |
[Laravel] Console Command Argument 옵션 (0) | 2023.01.03 |
[Laravel] From Subquery 작성방법 (0) | 2022.12.13 |
[Laravel] updateOrInsert (2) | 2022.04.06 |