决定在Redis中存储图片,如何正确操作?现在我这样做:
$redis->set('image_path', 'here is the base64 image code');
我不确定这是否正常。
php redis
php ×1
redis ×1