Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
deb-redis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packaging
deb-redis
Commits
529418de
Commit
529418de
authored
Nov 20, 2019
by
Noah Hilverling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sentinel package
parent
ccf8455a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
67 deletions
+0
-67
debian/control
debian/control
+0
-14
debian/redis-sentinel.1
debian/redis-sentinel.1
+0
-23
debian/redis-sentinel.default
debian/redis-sentinel.default
+0
-8
debian/redis-sentinel.install
debian/redis-sentinel.install
+0
-2
debian/redis-sentinel.links
debian/redis-sentinel.links
+0
-1
debian/redis-sentinel.maintscript
debian/redis-sentinel.maintscript
+0
-4
debian/redis-sentinel.manpages
debian/redis-sentinel.manpages
+0
-1
debian/redis-sentinel.postrm
debian/redis-sentinel.postrm
+0
-14
No files found.
debian/control
View file @
529418de
...
...
@@ -32,20 +32,6 @@ Description: Persistent key-value database with network interface (metapackage)
.
This package depends on the redis-server package.
Package: redis-sentinel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
lsb-base (>= 3.2-14),
redis-tools (= ${binary:Version}),
${misc:Depends},
Description: Persistent key-value database with network interface (monitoring)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
This package contains the Redis Sentinel monitoring software.
Package: redis-server
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
...
...
debian/redis-sentinel.1
deleted
100644 → 0
View file @
ccf8455a
.TH REDIS-SENTINEL 1 "March 20, 2009"
.SH NAME
redis-sentinel \- Persistent key-value database (cluster mode)
.SH SYNOPSIS
.B redis-sentinel
.RI configfile
.SH DESCRIPTION
Redis is a key-value database. It is similar to memcached but the dataset is
not volatile and other datatypes (such as lists and sets) are natively
supported.
.PP
.SH OPTIONS
.IP "configfile"
Read options from specified configuration file.
.SH NOTES
On Debian GNU/Linux systems, \fBredis-sentinel\fP is typically started via the
\fB/etc/init.d/redis-sentinel\fP initscript, not manually. This defaults to using
\fB/etc/redis/sentinel.conf\fP as a configuration file.
.SH AUTHOR
\fBredis-sentinel\fP was written by Salvatore Sanfilippo.
.PP
This manual page was written by Chris Lamb <lamby@debian.org> for the Debian
project (but may be used by others).
debian/redis-sentinel.default
deleted
100755 → 0
View file @
ccf8455a
# redis-sentinel configure options
# ULIMIT: Call ulimit -n with this argument prior to invoking Redis Sentinel
# itself. This may be required for high-concurrency environments. Redis
# Sentinel itself cannot alter its limits as it is not being run as root.
# (default: 65536)
#
ULIMIT=65536
debian/redis-sentinel.install
deleted
100644 → 0
View file @
ccf8455a
debian
/
redis
-
sentinel
.
service
/
lib
/
systemd
/
system
sentinel
.
conf
/
etc
/
redis
debian/redis-sentinel.links
deleted
100644 → 0
View file @
ccf8455a
usr/bin/redis-check-rdb usr/bin/redis-sentinel
debian/redis-sentinel.maintscript
deleted
100644 → 0
View file @
ccf8455a
rm_conffile /etc/redis/redis-sentinel.post-down.d/00_example 4:4.0.2-3~
rm_conffile /etc/redis/redis-sentinel.post-up.d/00_example 4:4.0.2-3~
rm_conffile /etc/redis/redis-sentinel.pre-down.d/00_example 4:4.0.2-3~
rm_conffile /etc/redis/redis-sentinel.pre-up.d/00_example 4:4.0.2-3~
debian/redis-sentinel.manpages
deleted
100644 → 0
View file @
ccf8455a
debian/redis-sentinel.1
debian/redis-sentinel.postrm
deleted
100644 → 0
View file @
ccf8455a
#!/bin/sh
set
-eu
CONFFILE
=
"/etc/redis/sentinel.conf"
if
[
"
$1
"
=
"purge"
]
then
dpkg-statoverride
--remove
${
CONFFILE
}
||
test
$?
-eq
2
fi
#DEBHELPER#
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment