Namespace
Key name prefix for all keys set within current Rediska instance.
Useful if you have multiple applications or application components using single redis database.
<?php $options = array( 'namespace' => 'MyApplication_' ); $rediska = new Rediska($options); ?>