Skip to content

Commit

Permalink
r0b08x [chore] 3/7/2024, 8:50:01 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 7, 2024
1 parent 0f3e389 commit fa7aca4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://corifeus.com/redis-ui


---
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.4.123
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.4.124



Expand Down Expand Up @@ -114,7 +114,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://

---

[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.4.123
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.4.124

[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://

---

[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.4.123
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.4.124

[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-redis-ui-server",
"version": "2024.4.123",
"version": "2024.4.124",
"description": "🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface",
"corifeus": {
"icon": "fas fa-flag-checkered",
Expand Down
7 changes: 6 additions & 1 deletion src/lib/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const boot = async () => {
koaService: p3xrs.koa
})

/*
const checkLicense = require('./check-license')
checkLicense({
socket: p3xrs.socketIo.socketio,
Expand All @@ -42,7 +43,11 @@ const boot = async () => {
license: p3xrs.connections.license
}
})
}, 1000 * 60 /* 1 minute */ * 60)
}, 1000 * 60 /* 1 minute */ //* 60)


// it was not working, so it's disabled...
p3xrs.cfg.donated = true

p3xrs.redisConnections = {}
p3xrs.redisConnectionsSubscriber = {}
Expand Down
1 change: 1 addition & 0 deletions src/lib/redis-static-commands.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/service/socket.io/request/connection-connect.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/service/socket.io/request/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const sharedIoRedis = require('../shared')

const parser = sharedIoRedis.argumentParser

const disabledCommands = ['monitor']
const disabledCommands = ['monitor', 'quit']

const consolePrefix = 'socket.io console call'
module.exports = async (options) => {
Expand Down

0 comments on commit fa7aca4

Please sign in to comment.