mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #410] Redis Socket #342
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#342
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xiaoveiti on GitHub (Jun 23, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/410
Originally assigned to: @jasonmunro on GitHub.
I love this mail/rss client. But is it possible to connect via socket to redis? Just found the port settings in the config file
@Yamakasi commented on GitHub (Jun 24, 2020):
Redis is just caching, what do you want/need ? Redis !== Reddit ;)
@xiaoveiti commented on GitHub (Jun 24, 2020):
As I said, just connect via socket, not via port. I tried by setting the port to 0 and setting the server to the socket, ... but it doesn't work.
hm3.ini:
@Yamakasi commented on GitHub (Jun 24, 2020):
OK, now I understand, why would you connect by socket ? Accesstime ?
@xiaoveiti commented on GitHub (Jun 25, 2020):
Safty, Accesstime and i dont have to deal with passwords ;) Works with wordpress and some other CMS like a charm. So I would like to keep my socket :D
@jasonmunro commented on GitHub (Jun 25, 2020):
@gxf0 Just pushed support for this. Pull the latest master branch, add a
redis_socket=/path/to/file.sockto your hm3.ini file and rerun the config gen and you should be all set.@xiaoveiti commented on GitHub (Jun 26, 2020):
thanks a lot, I will check out later!
@xiaoveiti commented on GitHub (Jun 26, 2020):
seems to be fixed :)
works like a charm :)