Console Login

#redis

All articles tagged with redis

Stop Waiting on I/O: Supercharging LAMP Stacks with Redis 2.2

Disk latency is the silent killer of web applications. We benchmark Redis vs Memcached, explore the new persistence features in version 2.2, and explain why high-performance VPS hosting in Oslo is critical for Norwegian data handling.

Stop Killing Your I/O: Why Smart Sysadmins Are Moving PHP Sessions to Redis

File-based sessions are a concurrency bottleneck. We analyze why the emerging Redis project is superior to Memcached for session handling on high-load LEMP stacks.

Redis for Session Management: Why Disk I/O is Killing Your PHP App

Still storing sessions in /tmp? You're bottlenecking your application. We explore why the new 'Redis' project is the persistent, high-speed alternative to Memcached that European systems architects have been waiting for.

Scaling Past the Bottleneck: Why We Moved PHP Sessions from Disk to Redis

Is your site stalling under load? It might be disk I/O on /tmp. We explore replacing file-based sessions with the emerging Redis key-value store to slash latency.

Stop Thrashing Your Disk: Why Redis is the Future of PHP Session Management

Is your LAMP stack choking on session locks? Forget MySQL and file-based storage. We test the new Redis project against Memcached and show you how to cut latency by 80% using high-performance Xen VPS nodes.

Stop Using File-Based Sessions: Why Redis is the Future of High-Performance PHP

Is your disk I/O choking on session files? Learn why file-based session management is obsolete and how the new Redis project offers a persistent, sub-millisecond alternative for high-load applications.