Redis
Redis
Redis異なるドメインをもつ複数のAzure App Service間でデータ共有してみた
purin_it セッションデータをAzure Cache for Redisに格納するJavaアプリケーションを、複数のAzure App Serviceそ …
RedisAzure Cache for Redisで更新スケジュールを設定してみた
purin_it Azure Cache for Redisでは、修正プログラムの適用が定期的に行われるため、一時的なタイムアウトが発生する可能性がある。 …
Redisローカル環境のRedisにセッションデータを格納してみた
purin_it 以前、Azure Cache for Redisを作成し、そこにセッションデータを格納したことがあったが、今回はローカル環境にRedisを用 …
RedisAzure Cache for Redisのデータを取り出してみた
purin_it 前回の記事で、Azure Cache for Redis内にセッションデータを格納してみたが、Azure Cache for Redisのコ …
RedisAzure Cache for Redisにセッションデータを格納してみた
purin_it Spring Sessionは、ユーザーのセッション情報を管理するための API と実装を提供するため、これを利用すると、セッションデータを …
Redis