Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
flexisip
Commits
c4b4aae1
Commit
c4b4aae1
authored
11 months ago
by
Anthony Gauchy
Committed by
Thibault Lemaire
11 months ago
Browse files
Options
Download
Patches
Plain Diff
feat: Extract RedisClient from RegistrarDB - Use it in RegistrarDBRedisAsync
parent
e472c69c
master
FLEXISIP-232-probleme-avec-la-syntaxe-du-parametre-filter-des-modules-flexisip
cherry-pick/FLEXISIP-353-on-master
feat/FLEXISIP-454-update-sdk
feat/FLEXISIP-562-linphone-saas-b2bua-external-accounts
feat/add-libassert
feat/b2bua-call-transfer
feat/b2bua-sip-bridge-pick-random-in-pool-call-transfer-support
feat/multi-domains
feat/uploads_from_docker
feature/audio-conference-package
feature/e2e-encrypted-conference
fix/FLEXISIP-259-b2bua-sip-bridge-mass-reregister-on-reconnect
fix/FLEXISIP-476-b2bua-duped-accounts-on-resub
fix/FLEXISIP-476-b2bua-duped-accounts-on-resub-2.4
fix/b2buaAccount
fix/b2bua_pause
fix/centos7_build_for_customer
fix/crash_on_sigint
fix/dont-use-a-dynamically-sized-array-to-validate-utf8
fix/focus_multi_account
fix/one_to_one_chat_room_db
fix/redis-re-sub-on-ill-formatted-ping
fix/update_sdk_to_5_3_53
fix/webrtc-ice
release/2.4
test/no-rtp-timeout-on-call-hold
tmp/speex-echo-canceller-to-test-similarity
2.5.0-alpha
2.4.0
2.4.0-beta
1 merge request
!1088
Project Jabiru
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
include/flexisip/registrar/registar-listeners.hh
+5
-1
include/flexisip/registrar/registar-listeners.hh
src/CMakeLists.txt
+4
-6
src/CMakeLists.txt
src/libhiredis-wrapper/CMakeLists.txt
+31
-0
src/libhiredis-wrapper/CMakeLists.txt
src/libhiredis-wrapper/redis-async-session.cc
+8
-0
src/libhiredis-wrapper/redis-async-session.cc
src/libhiredis-wrapper/redis-async-session.hh
+3
-0
src/libhiredis-wrapper/redis-async-session.hh
src/libhiredis-wrapper/redis-parameters.cc
+32
-0
src/libhiredis-wrapper/redis-parameters.cc
src/libhiredis-wrapper/redis-parameters.hh
+28
-0
src/libhiredis-wrapper/redis-parameters.hh
src/libhiredis-wrapper/replication/redis-client.cc
+278
-0
src/libhiredis-wrapper/replication/redis-client.cc
src/libhiredis-wrapper/replication/redis-client.hh
+86
-0
src/libhiredis-wrapper/replication/redis-client.hh
src/libhiredis-wrapper/replication/redis-host.cc
+45
-0
src/libhiredis-wrapper/replication/redis-host.cc
src/libhiredis-wrapper/replication/redis-host.hh
+41
-0
src/libhiredis-wrapper/replication/redis-host.hh
src/module-registrar.cc
+13
-2
src/module-registrar.cc
src/registrar/record.hh
+3
-0
src/registrar/record.hh
src/registrar/registrar-db.cc
+1
-1
src/registrar/registrar-db.cc
src/registrar/registrar-db.hh
+2
-1
src/registrar/registrar-db.hh
src/registrardb-redis-async.cc
+40
-356
src/registrardb-redis-async.cc
src/registrardb-redis.hh
+9
-91
src/registrardb-redis.hh
src/utils/string-utils.cc
+28
-0
src/utils/string-utils.cc
src/utils/string-utils.hh
+26
-0
src/utils/string-utils.hh
tester/tests/registrar/registrardb-redis-tester.cc
+5
-3
tester/tests/registrar/registrardb-redis-tester.cc
with
688 additions
and
461 deletions
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets