top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Deniliquin RSL

vie, 20 feb

|

72 End St, Deniliquin NSW 2710, Australia

Get ready for a big Friday night of live music at the Deniliquin RSL as RIFF returns from 7:30pm!

Registration is closed
See other events
Deniliquin RSL
Deniliquin RSL

Horario y ubicación

20 feb 2026, 19:30 – 23:30

72 End St, Deniliquin NSW 2710, Australia

Acerca del evento

🎸 Live Music at Deniliquin RSL | Friday 20th February 🎸


Get ready for a big Friday night of live music at the Deniliquin RSL as RIFF returns from 7:30pm 🎤


🔥 Expect a high-energy mix of crowd-favourite covers and heartfelt originals, delivered with passion, soul, and plenty of moments to sing along to. Whether you’re out for a relaxed night with friends or keen to kick off the weekend in style, this is one you don’t want to miss.


Live & loud from 7:30pm

✨ Great vibes, great music

✨ Merchandise available on the night


Compartir este evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });