Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsk
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tsk
Commits
b321a391
Commit
b321a391
authored
1 year ago
by
Antonín Slejška
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3365115
: Improve README
parent
05593de5
No related branches found
No related tags found
1 merge request
!3
Issue #3365115: Improve README
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-24
25 additions, 24 deletions
README.md
with
25 additions
and
24 deletions
README.md
+
25
−
24
View file @
b321a391
...
...
@@ -13,31 +13,32 @@ CONTENTS OF THIS FILE
INTRODUCTION
------------
The module enables to delete specified temporary storages. The temporary
storages can be specified in the Drupal administration (if the module tsk_admin
is enabled: admin/config/development/performance/tsk).
The module enables to delete specified temporary storages. There is also the
tsk_admin module, which enables to specify the temporary storages, which should
be killed (if the module tsk_admin is enabled:
admin/config/development/performance/tsk).
You can also kill a specified temporary storage with the command:
The
**tsk**
module contains a Drush command, that can kill a specified
temporary storage:
# Delete all private temporary storages
of
the collection
email_tfa
:
# Delete all private temporary storages
in
the
"email_tfa"
collection:
drush temp-store-killer private email_tfa
# Delete
th
e single shared temporary storage from the collection
# Delete
on
e single shared temporary storage from the collection
# "layout_builder.section_storage.overrides" with key "my_page.11.full.en":
drush tsk shared layout_builder.section_storage.overrides my_page.11.full.en
If the module tsk_admin is enabled, the temporary storages specified in the
configuration can be killed with the following command
:
The
**tsk_admin**
module contains another Drush command that can be used to kill
all temporary storages specified in the configuration
:
drush temp-store-killer:all
drush tska
More info:
*
For a
full description of the module
, visi
t
*
A
full description of the module
can be found a
t
[
the project page
](
https://www.drupal.org/project/tsk
)
.
*
To submit bug reports and feature
suggestion
s, or to track changes, visit
*
To submit bug reports and feature
request
s, or to track changes, visit
[
the issue page
](
https://www.drupal.org/project/issues/tsk
)
.
REQUIREMENTS
...
...
@@ -60,23 +61,24 @@ INSTALLATION
CONFIGURATION
-------------
The module tsk has no configuration. The module tsk_admin brings the possibility
to configure the temporary storages, which should be killed.
The
**tsk**
module has no configuration.
The
**tsk_admin**
module provides the possibility to configure the temporary
storages that should be killed.
You can create a configuration entity for e
very
temporary storage (collection)
You can create a configuration entity for e
ach
temporary storage (collection)
in the administration (admin/config/development/performance/tsk). There are the
following fields in the configuration entity form:
*
Private tempstore (If checked, private tempstore will be used. Otherwise will
be used shared tempstore.)
*
Collection (e.g.: layout_builder.section_storage.overrides, or email_tfa)
*
Kill all (If checked, all stored key/value pairs from the collection will be
*
Tempstore type (you must select "private" or "shared".)
*
Collection (e.g.: "layout_builder.section_storage.overrides", or "email_tfa")
*
Kill all (if checked, all stored key/value pairs from the collection will be
deleted.)
*
Key (
T
he key of the stored data)
*
Key (
t
he key of the stored data
, e.g.: "my_page.11.full.en"
)
If you
then k
lick the button 'Kill all', or
run the
'
drush temp-store-killer:all
' command
, all the specified temporary storages will
be
deleted.
If you
c
lick the button 'Kill all', or
execute the Drush command
"
drush temp-store-killer:all
"
, all the specified temporary storages will
be
deleted.
TROUBLESHOOTING
---------------
...
...
@@ -84,8 +86,7 @@ TROUBLESHOOTING
There are not any known issues. See:
*
[
Issues
](
https://www.drupal.org/project/issues/tsk
)
*
Automated testing
*
PAReview
*
Automated testing (not implemented)
FAQ
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment