Introduces Redis integration with a client class, traits, and interface for caching and object persistence. Adds Redis tests, updates `composer` to include Predis, and extends configurations to support Redis. Implements a new `delete` method for bookings and enhances pagination to include order details.
7 lines
51 B
PHP
7 lines
51 B
PHP
<?php
|
|
|
|
namespace interfaces;
|
|
|
|
interface redis_i
|
|
{
|
|
} |