FuelPHP includes the Redis_Db class, which is a pure-PHP implementation of a Redis client. It does not require any external dependency, it communicates with the Redis server using sockets.
Obviously, since it's a PHP implementation, it's slower than using an extension, so for any serious usage I would suggest you keep using the PECL extension.